diff options
author | Arinde Eniola <eniolaarinde1@gmail.com> | 2016-04-05 19:17:30 +0100 |
---|---|---|
committer | Arinde Eniola <eniolaarinde1@gmail.com> | 2016-04-06 20:27:30 +0100 |
commit | fc7b5bd49cf48d87f770acb5377c85c7a034b701 (patch) | |
tree | 03106a5cab0497455e4fad342952d1fea9fc5128 /app/assets/stylesheets | |
parent | ffe2f8e679f7718e5064acb0c2504b2b3cc160de (diff) | |
download | gitlab-ce-fc7b5bd49cf48d87f770acb5377c85c7a034b701.tar.gz |
apply some css changesredesign_labels_page
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/labels.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss index 5dab9999059..3e0a3140be7 100644 --- a/app/assets/stylesheets/pages/labels.scss +++ b/app/assets/stylesheets/pages/labels.scss @@ -49,11 +49,9 @@ } .label-row { - .label-name { display: inline-block; width: 200px; - vertical-align: baseline; @media (max-width: $screen-xs-min) { display: block; @@ -86,7 +84,7 @@ .prepend-left-10 { display: inline-block; width: 40%; - vertical-align: text-top; + vertical-align: middle; @media (max-width: $screen-xs-min) { display: block; @@ -107,7 +105,6 @@ border-color: transparent; padding: 6px; color: $gl-text-color; - vertical-align: initial; &.subscribe-button { padding-left: 0; |