diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-02-17 12:33:16 -0500 |
---|---|---|
committer | Rubén Dávila <rdavila84@gmail.com> | 2016-02-17 12:33:16 -0500 |
commit | dba0d7c9f96529d32c1a94bb29ef87c5fc3839f8 (patch) | |
tree | a1840eb4bff0ae880a49c07a6317d920f70ac0c2 /app/assets/stylesheets/pages/milestone.scss | |
parent | 31e1a38b63e7ecd555d09c5a5e34107d50a6a73c (diff) | |
download | gitlab-ce-dba0d7c9f96529d32c1a94bb29ef87c5fc3839f8.tar.gz |
Decrease padding of labels for Milestone's issues tab.
* Also get rid of no longer required CSS.
Diffstat (limited to 'app/assets/stylesheets/pages/milestone.scss')
-rw-r--r-- | app/assets/stylesheets/pages/milestone.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss index 79fda5ee63a..df809fb3c20 100644 --- a/app/assets/stylesheets/pages/milestone.scss +++ b/app/assets/stylesheets/pages/milestone.scss @@ -23,15 +23,9 @@ li.milestone { font-weight: bold; } - .issue-row .assignee-icon { + .issue-row { .color-label { - float: left; - padding: 8px; - margin-left: 10px; - } - - img { - margin-left: 8px; + padding: 5px !important; } } } |