From bc4c45821dbea2b4e733e81d761b4e26fdee2710 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 7 Jun 2024 09:03:55 +0200 Subject: [PATCH] Change width in openmptcprouter theme --- .../htdocs/luci-static/openmptcprouter/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css b/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css index 3b6899cf6..76d5edd8f 100644 --- a/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css +++ b/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css @@ -453,7 +453,7 @@ select, .cbi-dropdown:not(.btn):not(.cbi-button), .uneditable-input { display: inline-block; - min-width: 215px; + width: 280px; height: 30px; padding: 4px; font-size: 13px;