1
0
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:
Kyle D
2021-01-19 18:08:21 -07:00
committed by GitHub
parent e05670da84
commit 41e19b93a2
3 changed files with 3 additions and 3 deletions

View File

@ -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;