mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-30 03:20:45 +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 {
|
.tabs {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-columns: minmax(0, 1fr);
|
grid-auto-columns: minmax(0, 1fr);
|
||||||
|
grid-template-rows: min-content auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs > input[type="radio"] {
|
.tabs > input[type="radio"] {
|
||||||
|
|
Loading…
Reference in a new issue