1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-03 03:15:45 -04:00

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

@ -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; }