Fix wrapping in richtext help
This commit is contained in:
parent
e64ad3c428
commit
738bc8aab8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue