From 28a63da02fdc64a948ae77f75487514d2e4ab41c Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Sun, 2 Apr 2017 14:32:15 -0700 Subject: [PATCH] Fix the grid labels to have a min-width of 200px. The labels should respect their original width of 200px but overflow if the language or content is too long. --- static/styles/settings.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/settings.css b/static/styles/settings.css index 5748c20dc8..2085e88745 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -35,6 +35,10 @@ label { margin-top: 10px; } +.new-style .grid label { + min-width: 200px; +} + .new-style .grid .warning { display: inline-block; vertical-align: top;