From 1c5c760f6e40279b353aa816de9a0ca6e71e1ed1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 24 Oct 2019 21:15:37 +0200 Subject: [PATCH] decreased min-width of input in account list --- lam/style/500_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index d9c3b4af..fbaf154e 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -251,7 +251,7 @@ table.accountlist { table.accountlist input[type='text'] { width: 99%; - min-width: 10rem; + min-width: 7rem; } .lam-listtools {