summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2016-12-22 13:22:57 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2016-12-27 10:12:47 -0600
commit6c953fe12c7b2fcabbef83850aeccb6cc94d6fed (patch)
treea647993c837dcd8029f3411ac6dbc696cbf638f0
parent0a449409d8fa6bb3c2bebdfff150b88565fa71a9 (diff)
downloadgitlab-ce-25997-label-text-are-not-vertically-aligned.tar.gz
Changed the label font size from 13px to 12px25997-label-text-are-not-vertically-aligned
odd sizes don't mix well with windows and some linux system fonts
-rw-r--r--app/assets/stylesheets/framework/tw_bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss
index 55bc325b858..28cbae9a449 100644
--- a/app/assets/stylesheets/framework/tw_bootstrap.scss
+++ b/app/assets/stylesheets/framework/tw_bootstrap.scss
@@ -91,7 +91,7 @@
// Labels
.label {
padding: 4px 5px;
- font-size: 13px;
+ font-size: 12px;
font-style: normal;
font-weight: normal;
display: inline-block;