Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-05-29 17:50:03 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-05-29 17:50:03 +0300
commita6b828ca0c7ce580f684ad3a7a772f76c3a93bc9 (patch)
tree53da7fa73ea4e9ad68c798d58e9295f3c6007df0 /app/assets/stylesheets/bootstrap_migration.scss
parent57fbd614a56592870300108ff8f94385fed6c7df (diff)
parentdc9ef9ed122a8367cf04b54025a0335e4702a2b0 (diff)
Merge branch 'branches-fixes' into 'master'
Fix branches panel at smaller screen sizes See merge request gitlab-org/gitlab-ce!19157
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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;
}