Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: allow multiline in text widget (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo authored Oct 31, 2024
1 parent 7132a77 commit d84974e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domains/grid/components/GridWidgetText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ defineProps<Props>()
:style="{ backgroundColor }"
>
<h1
class="heading-apax-24-medium"
class="heading-apax-24-medium break-word"
:style="{
color: titleColor,
}"
>
{{ title }}
</h1>
<p
class="mt-2 text-center text-16"
class="mt-2 whitespace-pre-line text-center text-16 break-word"
:style="{
color: textColor,
}"
Expand Down

0 comments on commit d84974e

Please sign in to comment.