Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 03:20:38 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 03:20:38 +0300
commit8b4e1d0ccd6c2624ac230597c4e63c8b51bc76ba (patch)
tree85f411958ccd6a912bd9d666ce144b33d5067ebc /app/assets/stylesheets/pages/labels.scss
parentc9f23ffe5bb4cc5bf28e28e7736d867ec0de5443 (diff)
Add/use Label#priority? and remove weird padding
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index c84c1594986..85740b91ba6 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -81,7 +81,7 @@
display: block;
.description-text {
- margin: 0 $gl-padding 10px 0;
+ margin: 0 0 10px 0;
}
a {
@@ -309,7 +309,7 @@
.label-links {
list-style: none;
- padding: 0 $gl-padding 0 0;
+ padding: 0;
white-space: nowrap;
}