From 802c6e7bba0444ec5fa4757da30c21fd28a5ccbc Mon Sep 17 00:00:00 2001 From: Arinde Eniola Date: Fri, 1 Apr 2016 19:12:11 +0100 Subject: [PATCH] set the width to the elements --- app/assets/stylesheets/pages/labels.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss index cce34418c58..1d5d402ba04 100644 --- a/app/assets/stylesheets/pages/labels.scss +++ b/app/assets/stylesheets/pages/labels.scss @@ -51,7 +51,7 @@ .label-row { .label-name { display: inline-block; - width: 200px; + width: 21%; } .label { @@ -79,10 +79,11 @@ .prepend-left-10 { display: inline-block; - width: 440px; + width: 45%; } .pull-right { + .action-buttons { border-color: transparent; margin: 7px;