Merge pull request 'Fix truncated text in header' (#10191) from Freeplay/calckey:header into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10191
This commit is contained in:
commit
2ce76a7097
|
@ -532,6 +532,9 @@ onUnmounted(() => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:not(.collapse) > .tab {
|
||||||
|
--width: max-content !important;
|
||||||
|
}
|
||||||
|
|
||||||
> .tab {
|
> .tab {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
Loading…
Reference in New Issue