summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 61b7819f..8691ccba 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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; }