Fix wrapping in richtext help

This commit is contained in:
Tom Hughes 2013-06-15 00:30:47 +01:00
parent e64ad3c428
commit 738bc8aab8

View file

@ -1837,12 +1837,12 @@ a.button {
}
li h4 {
width: 35%;
width: 40%;
margin: 0;
}
li span, li p {
width: 60%;
width: 50%;
margin-left: $lineheight/2;
margin-bottom: $lineheight/4;
white-space: nowrap;