Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpey committed Dec 10, 2024
1 parent 69f03a8 commit 19aa334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/md2bb/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="relative flex-1">
<textarea
class="h-full w-full resize-none border-none bg-gray-50 p-4 pt-16 text-lg focus:outline-none md:p-16 md:pt-16"
class="h-full w-full resize-none border-none bg-gray-50 p-4 text-lg focus:outline-none md:p-16"
readonly>{bb}</textarea
>

Expand Down

0 comments on commit 19aa334

Please sign in to comment.