(preferences) fix word wrap

This commit is contained in:
dimqua 2019-03-04 23:14:24 +03:00 committed by GitHub
parent 6375a62465
commit f16273772e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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