Fix truncated text in header
This commit is contained in:
parent
4fae29e471
commit
34f33e6bb5
|
@ -532,6 +532,9 @@ onUnmounted(() => {
|
|||
}
|
||||
}
|
||||
}
|
||||
&:not(.collapse) > .tab {
|
||||
--width: max-content !important;
|
||||
}
|
||||
|
||||
> .tab {
|
||||
display: inline-flex;
|
||||
|
|
Loading…
Reference in New Issue