diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-18 03:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 21:20:07 -0400 |
commit | 6c81b738f71e46aae33424051ac3e4cffa974fed (patch) | |
tree | b21bcd0451da74d48970d2096701f59d4e02dbee /web_src/less/_base.less | |
parent | 6c38f371ea3ed98a2ed0534261f5d175c11c628d (diff) | |
download | gitea-6c81b738f71e46aae33424051ac3e4cffa974fed.tar.gz gitea-6c81b738f71e46aae33424051ac3e4cffa974fed.zip |
Update Fomantic-UI to 2.8.6 and remove old workarounds (#11933)
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/_base.less')
-rw-r--r-- | web_src/less/_base.less | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less index a80806ec20..b3afe3648f 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1048,14 +1048,6 @@ i.icon.centerlock { top: 1em; } -// 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; } |