Commit 0dc0d425 authored by Duggan, John's avatar Duggan, John
Browse files

Fix v-tabs height in compact theme

parent 482893a9
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -149,6 +149,10 @@ html {
        }
    }

    .v-tabs {
        height: 32px !important;
    }

    .v-tab.v-btn {
        height: 30px !important;
        min-width: fit-content !important;