From 29c17e7dc8bccaa2a2b5927338e4f41436d4d8d9 Mon Sep 17 00:00:00 2001 From: prz-mag Date: Wed, 11 Mar 2020 15:46:44 +0000 Subject: [PATCH] Update bootstrap-override.css That fixes an issue with overflowing skills on Mozilla Firefox in Ubuntu --- css/bootstrap-override.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/bootstrap-override.css b/css/bootstrap-override.css index d6b0a6a92..acabff051 100644 --- a/css/bootstrap-override.css +++ b/css/bootstrap-override.css @@ -19,8 +19,9 @@ /** skills labels **/ .label-padded { - padding: 5px; - line-height: 28px; + line-height: 30px; + margin-left: 10px; + display: ruby-base; } .label-info, .badge-info { background-color: #005985;