Fix timeline header overflow and line break

fixed by changing the class to the intended one
This commit is contained in:
itepechi 2023-10-17 13:51:55 +09:00
parent 70ab970b42
commit e2f1870ee0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</template> </template>
<template #trigger> <template #trigger>
<button class="button-unstyled title timeline-menu-title"> <button class="button-unstyled title timeline-menu-title">
<span class="timeline-title">{{ timelineName() }}</span> <span class="timeline-menu-name">{{ timelineName() }}</span>
<span> <span>
<FAIcon <FAIcon
size="sm" size="sm"