From 393302efbc8a69e935ba90b7d479df15f93ed15f Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Wed, 11 Jan 2023 01:28:00 -0300 Subject: [PATCH] Fix buttons position on small screens Signed-off-by: RD WebDesign --- style/pi-hole.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index f43c316e..bbdb06af 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -530,11 +530,10 @@ td.details-control { margin: 5px 0; } #domain-search-block .input-group-btn { - margin: 5px 0; - text-align: center; + display: inline-block; } #domain-search-block .input-group-btn button { - margin: 0 2px; + margin: 0 5px 0 0; border-radius: 3px; } }