From 532846c3d81c52dc9fbcbfb886a9d6f360e09e2c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 29 Jun 2018 08:57:22 +0200 Subject: [PATCH] luci-theme-bootstrap: fix input width in table cells Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/cascade.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 622f2b844..b1f1f6b5e 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -544,6 +544,13 @@ textarea { height: auto; } +.td > input[type=text], +.td > input[type=password], +.td > select, +.td > .cbi-dropdown { + width: 100%; +} + .uneditable-input { background-color: #ffffff; display: block; -- 2.25.1