From dc9ef9ed122a8367cf04b54025a0335e4702a2b0 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 25 May 2018 16:27:24 -0700 Subject: Fix branches panel at smaller screen sizes --- app/assets/stylesheets/bootstrap_migration.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/bootstrap_migration.scss') 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; } -- cgit v1.2.3