Merge pull request #397 from dimqua/patch-1
(preferences) fix word wrap
This commit is contained in:
commit
1d6c763e92
|
@ -343,3 +343,7 @@ img.thumbnail {
|
|||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.pure-control-group label {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue