From: Mark Otto Date: Wed, 14 Aug 2013 21:30:00 +0000 (-0700) Subject: fixes overflowing table due to pre X-Git-Tag: v3.0.0~81^2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d3dbe78c6f370e4a15da338502db329d5acb16a;p=thirdparty%2Fbootstrap.git fixes overflowing table due to pre --- diff --git a/assets/css/docs.css b/assets/css/docs.css index 11c310b70c..a55472cc9e 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -578,6 +578,9 @@ body { overflow-x: scroll; border: 1px solid #ddd; } + .bs-table-scrollable .highlight pre { + white-space: normal; + } .bs-table-scrollable .table { margin-bottom: 0; border: 0;