Skip to content

Commit 782ec23

Browse files
committed
fix stats widget height when it is wrapped with link
1 parent 9d4ad24 commit 782ec23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/shared/stats/StatsWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const StatsWidget = ({
6464
justifyContent="space-between"
6565
columnGap={ 2 }
6666
w="100%"
67+
h="100%"
6768
>
6869
{ icon && (
6970
<IconSvg

0 commit comments

Comments
 (0)