mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 08:30:25 +08: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