From ed1a4c249de12bf80fb7156db3ee44d5b12abdf7 Mon Sep 17 00:00:00 2001 From: Simpler1 Date: Wed, 14 Jun 2023 19:13:42 -0400 Subject: [PATCH] Fix(monitor.css): Narrow layout for pills-tab Fixes issue #3714 --- web/skins/classic/css/base/views/monitor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/skins/classic/css/base/views/monitor.css b/web/skins/classic/css/base/views/monitor.css index d8e74b34c..71085cf6b 100644 --- a/web/skins/classic/css/base/views/monitor.css +++ b/web/skins/classic/css/base/views/monitor.css @@ -103,6 +103,7 @@ ul.form > li > label { justify-content: center; align-items: center; flex-direction: row; + flex-wrap: wrap; } ul.form > li { padding-left: 0;