Fix timeline header overflow and line break
fixed by changing the class to the intended one
This commit is contained in:
parent
70ab970b42
commit
e2f1870ee0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue