Merge pull request #3133 from AHOHNMYC/widen-settings-name

This commit is contained in:
Samantaz Fox 2022-07-14 16:27:47 +02:00
commit 3ffef4b9fb
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 3 additions and 0 deletions

View File

@ -527,3 +527,6 @@ p,
/* Center the "invidious" logo on the search page */
#logo > h1 { text-align: center; }
/* Wider settings name to less word wrap */
.pure-form-aligned .pure-control-group label { width: 19em; }