diff options
author | Fatih Acet <acetfatih@gmail.com> | 2018-08-09 13:15:01 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-08-09 13:15:01 +0000 |
commit | a21906a49e92602712bf9c925bdb94e3e11084b6 (patch) | |
tree | 56d0cd868d09f91009fb4ded4ace301010895fdd | |
parent | 7cb4d1848084049afe3fdfa975b790101a4a44d9 (diff) | |
parent | e92a02ab031998e7a731ab4e2f611f486acc9958 (diff) | |
download | gitlab-ce-a21906a49e92602712bf9c925bdb94e3e11084b6.tar.gz |
Merge branch 'fix-labels-list-item-height-with-no-description' into 'master'
Fix label item height when no desc
Closes #47928
See merge request gitlab-org/gitlab-ce!21106
-rw-r--r-- | app/assets/stylesheets/pages/labels.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss index 2b40404971c..b25dc4f419a 100644 --- a/app/assets/stylesheets/pages/labels.scss +++ b/app/assets/stylesheets/pages/labels.scss @@ -253,7 +253,7 @@ text-align: right; padding: 0; position: relative; - top: -3px; + margin: 0; } .label-badge { @@ -274,6 +274,7 @@ .label-links { list-style: none; + margin: 0; padding: 0; white-space: nowrap; } |