File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
app/[locale]/what-is-ethereum/_components Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ const WhatIsEthereumPage = ({
488
488
} ) }
489
489
>
490
490
< span >
491
- < Info className = "mb-0.5 inline-block size-[0.875em] align-middle " />
491
+ < Info className = "- mb-0.5 size-[0.875em]" />
492
492
</ span >
493
493
</ Tooltip >
494
494
</ NoWrapText >
@@ -511,7 +511,7 @@ const WhatIsEthereumPage = ({
511
511
} ) }
512
512
>
513
513
< span >
514
- < Info className = "mb-0.5 inline-block size-[0.875em] align-middle " />
514
+ < Info className = "- mb-0.5 size-[0.875em]" />
515
515
</ span >
516
516
</ Tooltip >
517
517
</ NoWrapText >
@@ -534,7 +534,7 @@ const WhatIsEthereumPage = ({
534
534
} ) }
535
535
>
536
536
< span >
537
- < Info className = "mb-0.5 inline-block size-[0.875em] align-middle " />
537
+ < Info className = "- mb-0.5 size-[0.875em]" />
538
538
</ span >
539
539
</ Tooltip >
540
540
</ NoWrapText >
@@ -559,7 +559,7 @@ const WhatIsEthereumPage = ({
559
559
} ) }
560
560
>
561
561
< span >
562
- < Info className = "mb-0.5 inline-block size-[0.875em] align-middle " />
562
+ < Info className = "- mb-0.5 size-[0.875em]" />
563
563
</ span >
564
564
</ Tooltip >
565
565
</ NoWrapText >
@@ -585,7 +585,7 @@ const WhatIsEthereumPage = ({
585
585
} ) }
586
586
>
587
587
< span >
588
- < Info className = "mb-0.5 inline-block size-[0.875em] align-middle " />
588
+ < Info className = "- mb-0.5 size-[0.875em]" />
589
589
</ span >
590
590
</ Tooltip >
591
591
</ NoWrapText >
@@ -611,7 +611,7 @@ const WhatIsEthereumPage = ({
611
611
} ) }
612
612
>
613
613
< span >
614
- < Info className = "mb-0.5 inline-block size-[0.875em] align-middle " />
614
+ < Info className = "- mb-0.5 size-[0.875em]" />
615
615
</ span >
616
616
</ Tooltip >
617
617
</ NoWrapText >
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export const BannerGridCell: Story = {
127
127
} ) }
128
128
>
129
129
< span >
130
- < Info className = "inline-block align-middle " />
130
+ < Info className = "-mb-0.5 size-[0.875em] " />
131
131
</ span >
132
132
</ Tooltip >
133
133
</ span >
@@ -163,7 +163,7 @@ export const BannerGrid: Story = {
163
163
} ) }
164
164
>
165
165
< span >
166
- < Info className = "inline-block align-middle " />
166
+ < Info className = "-mb-0.5 size-[0.875em] " />
167
167
</ span >
168
168
</ Tooltip >
169
169
</ span >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const Label = ({ children }: ChildOnlyProp) => (
31
31
// BeaconchainTooltip component
32
32
const BeaconchainTooltip = ( { children } : ChildOnlyProp ) => (
33
33
< Tooltip content = { children } >
34
- < Info className = "active:primary focus:primary size-[1em] align-middle text-md hover:text-primary" />
34
+ < Info className = "active:primary focus:primary size-[1em] text-md hover:text-primary" />
35
35
</ Tooltip >
36
36
)
37
37
You can’t perform that action at this time.
0 commit comments