Skip to content

Commit 6bde74b

Browse files
committed
docs(blocks): fix pages
1 parent 313706c commit 6bde74b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/routes/blocks/application/table-headers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use this free example of a header component that you can position on top of a he
3838
<Button color="light">
3939
Actions<ChevronDownOutline />
4040
</Button>
41-
<Dropdown>
41+
<Dropdown simple>
4242
<DropdownItem>Mass Edit</DropdownItem>
4343
<DropdownDivider />
4444
<DropdownItem>Delete all</DropdownItem>
@@ -49,7 +49,7 @@ Use this free example of a header component that you can position on top of a he
4949
</svg>
5050
Filter<ChevronDownOutline />
5151
</Button>
52-
<Dropdown class="w-48 p-2 text-sm">
52+
<Dropdown simple class="w-48 p-2 text-sm">
5353
<h6 class="mb-3 ml-1 text-sm font-medium text-gray-900 dark:text-white">Category</h6>
5454
<li class="rounded p-1 hover:bg-gray-100 dark:hover:bg-gray-600">
5555
<Checkbox>Apple (56)</Checkbox>

src/routes/blocks/publisher/blog-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Use this free blog template to show the content of an article using the Flowbite
7171
<Comment title="Discussion (20)">
7272
<form class="mb-6">
7373
<Label for="comment" class="sr-only">Your comment</Label>
74-
<Textarea id="comment" rows={6} class="mb-4" placeholder="Write a comment..." required></Textarea>
74+
<Textarea id="comment" rows={6} class="w-full mb-4" placeholder="Write a comment..." required></Textarea>
7575
<Button type="submit" class="px-4 text-xs font-medium">Post comment</Button>
7676
</form>
7777
{#each comments as comment, i}

0 commit comments

Comments
 (0)