From 494c1cf1c0a3d1aa75f75dbea12a427b6bb58f7e Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Wed, 17 Jan 2024 20:39:39 -0300 Subject: [PATCH] Replace non-breaking spaces with a margin Signed-off-by: RD WebDesign --- scripts/pi-hole/js/settings-advanced.js | 6 +++--- style/pi-hole.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/pi-hole/js/settings-advanced.js b/scripts/pi-hole/js/settings-advanced.js index 38a59b53..20ceeb4f 100644 --- a/scripts/pi-hole/js/settings-advanced.js +++ b/scripts/pi-hole/js/settings-advanced.js @@ -28,13 +28,13 @@ function boxIcons(value) { return ( '' + (value.modified - ? '  ' + ? '' : "") + (value.flags.restart_dnsmasq - ? '  ' + ? '' : "") + (value.flags.env_var - ? '  ' + ? '' : "") + "" ); diff --git a/style/pi-hole.css b/style/pi-hole.css index ae5a8439..431ebbbe 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -1471,6 +1471,10 @@ table.dataTable tbody > tr > .selected { } } +.box-icons { + margin: 0 10px; +} + textarea.field-sizing-content { min-block-size: 3.5rlh; max-block-size: 20rlh;