summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-04-01 19:12:11 +0100
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 20:27:30 +0100
commit802c6e7bba0444ec5fa4757da30c21fd28a5ccbc (patch)
treefc9dfda4ff529ce1ce79a1127d271576c6efe47f /app/assets
parent0b5ff4714caeedf359ed5a2477bada693ccb24a9 (diff)
downloadgitlab-ce-802c6e7bba0444ec5fa4757da30c21fd28a5ccbc.tar.gz
set the width to the elements
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/labels.scss5
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;