mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Align dropdown right (#14406)
This commit is contained in:
@ -1784,7 +1784,7 @@ a.ui.basic.label:hover {
|
||||
}
|
||||
|
||||
/* fix misaligned right buttons on box headers */
|
||||
.ui.attached.header .right {
|
||||
.ui.attached.header .right:not(.dropdown) {
|
||||
position: absolute;
|
||||
right: .78571429rem;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user