summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-25 16:27:24 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-25 16:27:24 -0700
commitdc9ef9ed122a8367cf04b54025a0335e4702a2b0 (patch)
tree7364aa294efd6fdb671b22043f8708949a0facc8 /app/assets/stylesheets
parentcb868f414490f6c446514784922a05b6ed46c2fc (diff)
downloadgitlab-ce-dc9ef9ed122a8367cf04b54025a0335e4702a2b0.tar.gz
Fix branches panel at smaller screen sizesbranches-fixes
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 3b7ee5c73e6..2f3e14bb6c5 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -131,6 +131,10 @@ table {
}
.card {
+ .card-title {
+ margin-bottom: 0;
+ }
+
&.card-without-border {
@extend .border-0;
}