Fix truncated text in header

This commit is contained in:
Freeplay 2023-05-24 12:27:12 -04:00
parent 4fae29e471
commit 34f33e6bb5

View file

@ -532,6 +532,9 @@ onUnmounted(() => {
}
}
}
&:not(.collapse) > .tab {
--width: max-content !important;
}
> .tab {
display: inline-flex;