better first interactions + bug fix

This commit is contained in:
Emily
2024-09-21 15:14:46 +02:00
parent f285e92132
commit 4eeebaa0c3
13 changed files with 381 additions and 137 deletions

View File

@@ -23,7 +23,7 @@ const props = defineProps<SettingsTemplateProp>();
<div class="poppins font-medium text-lyx-text">
{{ entry.title }}
</div>
<div class="poppins font-regular text-lyx-text-dark">
<div class="poppins font-regular text-lyx-text-dark whitespace-pre-wrap">
{{ entry.text }}
</div>
</div>