Commit 782ec239 authored by tom's avatar tom

fix stats widget height when it is wrapped with link

parent 9d4ad245
...@@ -64,6 +64,7 @@ const StatsWidget = ({ ...@@ -64,6 +64,7 @@ const StatsWidget = ({
justifyContent="space-between" justifyContent="space-between"
columnGap={ 2 } columnGap={ 2 }
w="100%" w="100%"
h="100%"
> >
{ icon && ( { icon && (
<IconSvg <IconSvg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment