Prevent text wrapping artifact upon left bar collapse.

This commit is contained in:
Max Goodman
2013-08-16 16:11:53 -07:00
committed by Neil Williams
parent 3c9810f80e
commit 83d03f17a1

View File

@@ -7466,6 +7466,9 @@ body.with-listing-chooser {
border-right: none;
margin-bottom: 10px;
// set a static width so text doesn't wrap upon bar collapse
width: @lc-width;
p {
font-size: 1.15em;
margin: 4px;