Fix tabs labels row height

This commit is contained in:
the-djmaze 2023-05-09 11:27:40 +02:00
parent 08e8a570b8
commit 759ed2ad36

View file

@ -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"] {