diff options
| author | dimqua <dimqua@users.noreply.github.com> | 2019-03-04 23:14:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-04 23:14:24 +0300 |
| commit | f16273772e8e76bedd14872405300c17b9878677 (patch) | |
| tree | 7040e2df99946717e3db878da0e2d07bc656106a | |
| parent | 6375a624658bfeccf3fb403d0a7e0ae5194d5d95 (diff) | |
| download | invidious-f16273772e8e76bedd14872405300c17b9878677.tar.gz invidious-f16273772e8e76bedd14872405300c17b9878677.tar.bz2 invidious-f16273772e8e76bedd14872405300c17b9878677.zip | |
(preferences) fix word wrap
| -rw-r--r-- | assets/css/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 85a8911f..b9e9d0b8 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -339,3 +339,7 @@ img.thumbnail { margin-top: 0.5em; margin-bottom: 0.5em; } + +.pure-control-group label { + word-wrap: normal; +} |
