From 220818c8d159a3ffc79b472f21bb9fbed2ece12d Mon Sep 17 00:00:00 2001 From: phg Date: Thu, 14 Aug 2025 16:49:11 +0200 Subject: [PATCH] Fix header height in entry details table styling --- src/hosts/tui/styles.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hosts/tui/styles.py b/src/hosts/tui/styles.py index 09cfa3a..cfee74a 100644 --- a/src/hosts/tui/styles.py +++ b/src/hosts/tui/styles.py @@ -104,4 +104,7 @@ HOSTS_MANAGER_CSS = """ #entry-details-table .datatable--odd-row { background: $surface; } + +Header { height: 1; } +Header.-tall { height: 1; } /* Fix tall header also to height 1 */ """