summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-27 19:57:35 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-27 19:57:35 +0000
commit48b3004bfb6bd24ef34a2b8235b9c843e8fe1947 (patch)
tree4565476926ed87fa83d0c14cfd305f77d4c68135
parent293eed4d635692e1c608308bb545a15e33d13c38 (diff)
parent6c953fe12c7b2fcabbef83850aeccb6cc94d6fed (diff)
downloadgitlab-ce-48b3004bfb6bd24ef34a2b8235b9c843e8fe1947.tar.gz
Merge branch '25997-label-text-are-not-vertically-aligned' into 'master'
Changed the label font size See merge request !8274
-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;