mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08: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…
Reference in a new issue