From 5f79611e96a809f50520aa8c31cc1340e38f24d0 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 6 Feb 2024 17:56:32 +0100 Subject: [PATCH] Fix search output unintentionally broken in 7d2e83cbc42f1e63d5c5b00ebd2835b640f2895a Signed-off-by: DL6ER --- style/pi-hole.css | 5 ++++- taillog.lp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index c60ed9bc..4be5c580 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -1075,12 +1075,15 @@ table.dataTable tbody > tr > .selected { #output { position: relative; - display: grid; margin: 5px 0; min-height: 36px; padding: 4px 8px; } +#output.pre-taillog { + display: grid; +} + .loading::before { content: " "; position: absolute; diff --git a/taillog.lp b/taillog.lp index 0514ccc6..4d0aa487 100644 --- a/taillog.lp +++ b/taillog.lp @@ -25,7 +25,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
-

+