File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Use this free example of a header component that you can position on top of a he
38
38
<Button color="light">
39
39
Actions<ChevronDownOutline />
40
40
</Button>
41
- <Dropdown>
41
+ <Dropdown simple >
42
42
<DropdownItem>Mass Edit</DropdownItem>
43
43
<DropdownDivider />
44
44
<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
49
49
</svg>
50
50
Filter<ChevronDownOutline />
51
51
</Button>
52
- <Dropdown class="w-48 p-2 text-sm">
52
+ <Dropdown simple class="w-48 p-2 text-sm">
53
53
<h6 class="mb-3 ml-1 text-sm font-medium text-gray-900 dark:text-white">Category</h6>
54
54
<li class="rounded p-1 hover:bg-gray-100 dark:hover:bg-gray-600">
55
55
<Checkbox>Apple (56)</Checkbox>
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Use this free blog template to show the content of an article using the Flowbite
71
71
<Comment title="Discussion (20)">
72
72
<form class="mb-6">
73
73
<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>
75
75
<Button type="submit" class="px-4 text-xs font-medium">Post comment</Button>
76
76
</form>
77
77
{#each comments as comment, i}
You can’t perform that action at this time.
0 commit comments