From 7f44ec0478285bc16c5ff9336f604a0e45678130 Mon Sep 17 00:00:00 2001 From: Alex Koch Date: Mon, 2 Sep 2019 00:47:29 +0200 Subject: [PATCH] zoneconf: reduce the width of inputs for vlanid The inputs for the vlanids are overlapping the borders of their cells (using a recent Firefox on Linux Mint, Android or Windows 7). This patch fixes this by limiting the width to a fixed value. Signed-off-by: Alex Koch Signed-off-by: Alex Koch Acked-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- html/cgi-bin/zoneconf.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/zoneconf.cgi b/html/cgi-bin/zoneconf.cgi index 40239c14ed..6b86428181 100644 --- a/html/cgi-bin/zoneconf.cgi +++ b/html/cgi-bin/zoneconf.cgi @@ -93,6 +93,10 @@ my $css = <$Lang::tr{"zoneconf access native"} - + END ; -- 2.39.5