diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-28 22:14:43 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-28 22:14:43 +0200 |
commit | b7072ff0de546549895545d2e6de16f6f3d7205c (patch) | |
tree | 6f5b3cf5425b4fef4923fe4b5f9464b1f6fb9041 | |
parent | 049d0cc396669d7b970fc3d23e87eb62b3e57b75 (diff) | |
download | gitlab-ce-b7072ff0de546549895545d2e6de16f6f3d7205c.tar.gz |
FIx state-label align
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/generic/issue_box.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss index c05b7a9e427..3db4d908d9c 100644 --- a/app/assets/stylesheets/generic/issue_box.scss +++ b/app/assets/stylesheets/generic/issue_box.scss @@ -103,9 +103,10 @@ .state-label { font-size: 14px; - padding: 9px 25px; + padding: 1px 25px; text-align: center; text-shadow: none; margin-right: 20px; + display: inline-block; } } |