Merge pull request #397 from dimqua/patch-1

(preferences) fix word wrap
This commit is contained in:
Omar Roth 2019-03-07 13:29:44 -06:00 committed by GitHub
commit 1d6c763e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -343,3 +343,7 @@ img.thumbnail {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.pure-control-group label {
word-wrap: normal;
}