feat(list): prevent text wrapping on highlighted title

This commit is contained in:
Kim, Jimin 2025-03-21 13:26:48 +09:00
parent 7043fcc9c3
commit 0c370bab2c
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -17,7 +17,7 @@ const props = defineProps<{
<br /> <br />
list of list of
<span <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 }} {{ props.highlight }}
</span> </span>