mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Fix tabs labels row height
This commit is contained in:
parent
08e8a570b8
commit
759ed2ad36
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ tr:hover .drag-handle {
|
|||
.tabs {
|
||||
display: grid;
|
||||
grid-auto-columns: minmax(0, 1fr);
|
||||
grid-template-rows: min-content auto;
|
||||
}
|
||||
|
||||
.tabs > input[type="radio"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue