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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-26 02:27:24 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-26 02:27:24 +0300
commitdc9ef9ed122a8367cf04b54025a0335e4702a2b0 (patch)
tree7364aa294efd6fdb671b22043f8708949a0facc8 /app/assets/stylesheets/bootstrap_migration.scss
parentcb868f414490f6c446514784922a05b6ed46c2fc (diff)
Fix branches panel at smaller screen sizes
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;
}