File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Button } from 'flowbite-react';
8
8
9
9
function Component() {
10
10
return (
11
- <div className="flex flex-wrap gap-2">
11
+ <div className="flex flex-wrap items-start gap-2">
12
12
<Button size="xs" isProcessing>
13
13
Click me!
14
14
</Button>
@@ -34,7 +34,7 @@ import { Button } from 'flowbite-react';
34
34
35
35
function Component() {
36
36
return (
37
- <div className="flex flex-wrap gap-2">
37
+ <div className="flex flex-wrap items-start gap-2">
38
38
<Button size="xs" isProcessing>
39
39
Click me!
40
40
</Button>
@@ -57,7 +57,7 @@ function Component() {
57
57
58
58
function Component ( ) {
59
59
return (
60
- < div className = "flex flex-wrap gap-2" >
60
+ < div className = "flex flex-wrap items-start gap-2" >
61
61
< Button size = "xs" isProcessing >
62
62
Click me!
63
63
</ Button >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Button } from 'flowbite-react';
8
8
9
9
function Component() {
10
10
return (
11
- <div className="flex flex-wrap gap-2">
11
+ <div className="flex flex-wrap items-start gap-2">
12
12
<Button size="xs">Extra small</Button>
13
13
<Button size="sm">Small</Button>
14
14
<Button size="md">Base</Button>
@@ -24,7 +24,7 @@ import { Button } from 'flowbite-react';
24
24
25
25
function Component() {
26
26
return (
27
- <div className="flex flex-wrap gap-2">
27
+ <div className="flex flex-wrap items-start gap-2">
28
28
<Button size="xs">Extra small</Button>
29
29
<Button size="sm">Small</Button>
30
30
<Button size="md">Base</Button>
@@ -37,7 +37,7 @@ function Component() {
37
37
38
38
function Component ( ) {
39
39
return (
40
- < div className = "flex flex-wrap gap-2" >
40
+ < div className = "flex flex-wrap items-start gap-2" >
41
41
< Button size = "xs" > Extra small</ Button >
42
42
< Button size = "sm" > Small</ Button >
43
43
< Button size = "md" > Base</ Button >
You can’t perform that action at this time.
0 commit comments