From e358a4044c282e9730f0c8ca091cc92a1a99ca89 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 14 May 2020 18:38:18 +0200 Subject: [PATCH] Ensure input fields can use the entire available space. Signed-off-by: DL6ER --- style/pi-hole.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/pi-hole.css b/style/pi-hole.css index e01f35f1..a8544c27 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -275,3 +275,9 @@ code.breakall { .input-group-addon { padding: 0 12px; } + +.form-inline .form-control { + display: inline-block; + width: 100%; + vertical-align: middle; +} \ No newline at end of file