diff --git a/settings-privacy.lp b/settings-privacy.lp index 59d6875e..39491cc1 100644 --- a/settings-privacy.lp +++ b/settings-privacy.lp @@ -51,15 +51,15 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r') -
+
-
+
-

IP addresses (and associated host names) older than the specified number of days are removed to avoid dead entries in the network overview table.

+

IP addresses (and associated host names) older than the specified number of days are removed to avoid dead entries in the network overview table.

diff --git a/style/pi-hole.css b/style/pi-hole.css index 662a3366..3a2ab5ec 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -1404,3 +1404,12 @@ table.dataTable tbody > tr > .selected { display: none; margin-top: -1px; } + +/* General layout - Row containing flex elements */ +.row-flex { + display: flex; + flex-direction: row; + gap: 0.5em; + margin: 0.5em 0; + align-items: start; +}