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:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-13 03:28:57 +0300
committerFatih Acet <acetfatih@gmail.com>2016-12-13 14:29:49 +0300
commit9d097ebdb5396ad6fdb93301417fc7de5f71eff7 (patch)
treeff8d62c39f81eb4967f5b68edfb4d78142612d1f /app/assets/stylesheets/pages/labels.scss
parentb544ec8670f8a14d205fa0b13e8ca37fad795686 (diff)
added border-radius and padding to labels
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index b1ccd644450..25c91203ff4 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -104,7 +104,8 @@
}
.color-label {
- padding: 3px 4px;
+ padding: 3px 7px;
+ border-radius: $label-border-radius;
}
.dropdown-labels-error {