From 663673438845b0bdb4f951ece7c6eabb2d51d065 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 15:46:42 -0700 Subject: Fixes #9752: clear floats in .panel-body --- dist/css/bootstrap.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c290d1221..dd76c038c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2701,6 +2701,26 @@ a.list-group-item:focus { padding: 15px; } +.panel-body:before, +.panel-body:after { + display: table; + content: " "; +} + +.panel-body:after { + clear: both; +} + +.panel-body:before, +.panel-body:after { + display: table; + content: " "; +} + +.panel-body:after { + clear: both; +} + .panel > .list-group { margin-bottom: 0; } -- cgit v1.2.3