Fix header height in entry details table styling
This commit is contained in:
parent
4d025f2f76
commit
220818c8d1
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue