diff options
author | Arinde Eniola <eniolaarinde1@gmail.com> | 2016-04-01 19:12:11 +0100 |
---|---|---|
committer | Arinde Eniola <eniolaarinde1@gmail.com> | 2016-04-06 20:27:30 +0100 |
commit | 802c6e7bba0444ec5fa4757da30c21fd28a5ccbc (patch) | |
tree | fc9dfda4ff529ce1ce79a1127d271576c6efe47f | |
parent | 0b5ff4714caeedf359ed5a2477bada693ccb24a9 (diff) | |
download | gitlab-ce-802c6e7bba0444ec5fa4757da30c21fd28a5ccbc.tar.gz |
set the width to the elements
-rw-r--r-- | app/assets/stylesheets/pages/labels.scss | 5 |
1 files 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; |