From 880ae454db47b7a736024df230d115f83a108b02 Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Sun, 7 Jun 2020 20:25:52 +0200 Subject: 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 --- web_src/less/_base.less | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web_src/less/_base.less') diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 3756f8686e..e8bb407a0b 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -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; } -- cgit v1.2.3