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:
authorDouwe Maan <douwe@gitlab.com>2015-12-15 19:31:07 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-15 19:31:07 +0300
commitf31dfae28a4905becfeb38f8ad3aef0f99b02c96 (patch)
tree256db8d92894086fec093b8e0f781886a90d3f59 /app/assets/stylesheets/framework/panels.scss
parent4493d3fd556af6ded47f940f258b0fc26c9eb3e8 (diff)
Fix inline panel heading height
Diffstat (limited to 'app/assets/stylesheets/framework/panels.scss')
-rw-r--r--app/assets/stylesheets/framework/panels.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss
index 61053aff91a..57b9451b264 100644
--- a/app/assets/stylesheets/framework/panels.scss
+++ b/app/assets/stylesheets/framework/panels.scss
@@ -3,7 +3,6 @@
.panel-heading {
padding: 7px $gl-padding;
- line-height: 42px !important;
}
.panel-body {
@@ -15,3 +14,7 @@
}
}
}
+
+.container-blank .panel .panel-heading {
+ line-height: 42px !important;
+}