diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-06-14 08:42:50 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-06-14 08:42:50 +0000 |
commit | 443d8d3aa1e804f176af45cd1be2036dd55fc3f2 (patch) | |
tree | f5c5875a12575baf6519bca2421bfd71f21efbaf /app/assets/stylesheets | |
parent | 14d528f65321d86f212c842e2e3740f28ca3483a (diff) | |
parent | c2045b5d007a551ed054b107e0422492517bdab1 (diff) | |
download | gitlab-ce-443d8d3aa1e804f176af45cd1be2036dd55fc3f2.tar.gz |
Merge branch 'backport-empty-panel-heading-styles-from-related-issues' into 'master'
Backport empty panel heading from EE related issues
See merge request !12153
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/panels.scss | 4 |
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; |