Skip to content

Commit

Permalink
Add multiline for displaying long strings on readOnly mode
Browse files Browse the repository at this point in the history
  • Loading branch information
beliolfa committed Jul 26, 2024
1 parent 3d08ba2 commit 7a9ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/editor/form/ReadOnlyField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<button
id={field.id}
on:click={handleClick}
class="{classes} text-neutral-800 text-base px-3 outline-none w-full tracking-normal"
class="{classes} text-neutral-800 text-base px-3 outline-none w-full tracking-normal break-words"
>
{value}
</button>

0 comments on commit 7a9ed1a

Please sign in to comment.