diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-09-14 01:13:37 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-09-14 01:13:37 +0300 |
commit | b073b5815c2bc276d6b6612cc947cbd43b465c56 (patch) | |
tree | 8c399d64f62e9319b654a4cbf96c7689df8c68a6 | |
parent | 6457f6c7e85e4399a8e1d60ccd76a30ef2f9edcd (diff) | |
download | gitlab-ce-b073b5815c2bc276d6b6612cc947cbd43b465c56.tar.gz |
RepoEditor: Improve tab spacing and styling.
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 7dfcf7b7d9c..b29afb022fc 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -156,7 +156,7 @@ list-style-type: none; background: $gray-normal; display: inline-block; - padding: 10px 18px; + padding: #{$gl-padding / 2} $gl-padding; border-right: 1px solid $white-dark; border-bottom: 1px solid $white-dark; white-space: nowrap; @@ -180,10 +180,9 @@ a { @include str-truncated(100px); color: $black; - width: 100px; - text-align: center; vertical-align: middle; text-decoration: none; + margin-right: 12px; &.close { width: auto; |