mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 17:24:10 +00:00
Align dropdown right (#14406)
This commit is contained in:
parent
e05670da84
commit
41e19b93a2
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue