mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Work around fomantic 2.8.5 bugs (#11767)
Work around fomantic 2.8.5 bugs Closes #11759 Related fomantic/Fomantic-UI#1372 and fomantic/Fomantic-UI#1473
This commit is contained in:
committed by
GitHub
parent
479ef5c379
commit
880ae454db
@@ -1048,6 +1048,14 @@ i.icon.centerlock {
|
||||
top: 1.45em;
|
||||
}
|
||||
|
||||
// temporary workaround for fomantic 2.8.5 bug
|
||||
// https://github.com/go-gitea/gitea/pull/11767
|
||||
i.icon,
|
||||
i.icons {
|
||||
vertical-align: unset;
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.ui.label {
|
||||
padding: .3em .5em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user