From 3a8e99e91eeb03d72c0a015de16f743dd5335312 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 10 Jan 2014 18:56:44 -0800 Subject: Fixes #12171: Ensure panel groups have a bottom margin since we nuke it on child panels --- less/panels.less | 2 ++ 1 file changed, 2 insertions(+) (limited to 'less/panels.less') diff --git a/less/panels.less b/less/panels.less index bf2cb768a..a19fa3788 100644 --- a/less/panels.less +++ b/less/panels.less @@ -150,6 +150,8 @@ // the help of our collapse JavaScript plugin. .panel-group { + margin-bottom: @line-height-computed; + // Tighten up margin so it's only between panels .panel { margin-bottom: 0; -- cgit v1.2.3