feat(list): prevent text wrapping on highlighted title
This commit is contained in:
parent
7043fcc9c3
commit
0c370bab2c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const props = defineProps<{
|
|||
<br />
|
||||
list of
|
||||
<span
|
||||
class="highlight px-1 font-extrabold text-light-text-default dark:text-dark-text-default"
|
||||
class="highlight whitespace-nowrap px-1 font-extrabold text-light-text-default dark:text-dark-text-default"
|
||||
>
|
||||
{{ props.highlight }}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue