diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-11 19:47:07 +0000 |
---|---|---|
committer | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-11 19:47:07 +0000 |
commit | 1ef7f14a72f92f5a25b882b0f92cbadde82f5ffd (patch) | |
tree | 09e8c405b7a42d1ae94b608b5342ee229864eac7 /app/assets | |
parent | 493adfad16f3b9d09c60458bd13ae6de21651ca4 (diff) | |
parent | 2580e19812188415f6fee81cc789a0e814efaaad (diff) | |
download | gitlab-ce-1ef7f14a72f92f5a25b882b0f92cbadde82f5ffd.tar.gz |
Merge branch 'jivl-fix-padding-commit-info' into 'master'
fix padding in commit info
Closes #47278
See merge request gitlab-org/gitlab-ce!19435
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index e3c63ae5e1a..5e0770184af 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -209,6 +209,10 @@ table { border-bottom: 1px solid $well-inner-border; } } + + .badge.badge-gray { + background-color: $well-expand-item; + } } .card { |