Fix header height in entry details table styling

This commit is contained in:
Philip Henning 2025-08-14 16:49:11 +02:00
parent 4d025f2f76
commit 220818c8d1

View file

@ -104,4 +104,7 @@ HOSTS_MANAGER_CSS = """
#entry-details-table .datatable--odd-row { #entry-details-table .datatable--odd-row {
background: $surface; background: $surface;
} }
Header { height: 1; }
Header.-tall { height: 1; } /* Fix tall header also to height 1 */
""" """