diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index 5438a4fa207..1b785341246 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -5,8 +5,9 @@ .page-title { margin-top: 0; - .label { - font-size: initial; + .color-label { + font-size: 14px; + padding: 6px 10px; } } } diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss index 9c4f51fc0d9..a72e654824e 100644 --- a/app/assets/stylesheets/pages/labels.scss +++ b/app/assets/stylesheets/pages/labels.scss @@ -105,7 +105,7 @@ } .label { - padding: 8px 9px 9px; + padding: 8px 12px; font-size: 14px; } }