CSS. Wider settings name to less word wrap

This commit is contained in:
meow 2022-06-01 17:16:07 +03:00
parent c2d91c9544
commit 7e4840867e
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; }