From fc7b5bd49cf48d87f770acb5377c85c7a034b701 Mon Sep 17 00:00:00 2001 From: Arinde Eniola Date: Tue, 5 Apr 2016 19:17:30 +0100 Subject: apply some css changes --- app/assets/stylesheets/pages/labels.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'app/assets/stylesheets/pages/labels.scss') 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; -- cgit v1.2.3