From b7e418a90a3df4fc0c3911bedc8eb2c7e56fcf0e Mon Sep 17 00:00:00 2001 From: Yaco Date: Wed, 17 Apr 2024 10:48:36 -0300 Subject: fix radiobutton height --- www/wiki/skins/bo/reevo.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/wiki') diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less index a5fd8b2f..0e1fa2e8 100644 --- a/www/wiki/skins/bo/reevo.less +++ b/www/wiki/skins/bo/reevo.less @@ -494,3 +494,7 @@ ul.visible-xs.pull-right.navbar-xs.navbar-tools.navbar-nav { width: 280px; } } + +.radioButtonSpan { + height: auto !important; +} -- cgit v1.2.1