summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-06-13 18:20:48 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-06-13 18:20:48 -0500
commitc2045b5d007a551ed054b107e0422492517bdab1 (patch)
treedddd46afd7f09c25483b56e870f222bd9fef42eb
parent4124a1fba173622c0fa04dc50750ec7f542244bf (diff)
downloadgitlab-ce-backport-empty-panel-heading-styles-from-related-issues.tar.gz
Backport empty panel heading from EE related issuesbackport-empty-panel-heading-styles-from-related-issues
See https://gitlab.com/gitlab-org/gitlab-ee/commit/4b5a1c9a6570d70cd3e16b3c1d3c2ec0471f46eb#777d5694836def44d2a73f1c7590aea20aed6c22_35_35 From MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797/
-rw-r--r--app/assets/stylesheets/framework/panels.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss
index 9d8d08dff88..fa364e68d22 100644
--- a/app/assets/stylesheets/framework/panels.scss
+++ b/app/assets/stylesheets/framework/panels.scss
@@ -34,6 +34,10 @@
}
}
+ .panel-empty-heading {
+ border-bottom: 0;
+ }
+
.panel-body {
padding: $gl-padding;