From 2e9f991211c15a134efe0680dab51877bd748afe Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 10 Dec 2020 14:32:44 -0500 Subject: [PATCH] give the label column in monitor view a min-width of 300px so that it is always large enough --- web/skins/classic/css/base/views/monitor.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/skins/classic/css/base/views/monitor.css b/web/skins/classic/css/base/views/monitor.css index 2cdc0c400..29af3612a 100644 --- a/web/skins/classic/css/base/views/monitor.css +++ b/web/skins/classic/css/base/views/monitor.css @@ -42,3 +42,6 @@ input[name="newMonitor[Height]"] { select.chosen { width: 100%; } +tr td:first-child { + min-width: 300px; +}