Skip to content

Commit 18b0643

Browse files
committed
fix: positioning of value preventing rtl overlap
1 parent 6b7925a commit 18b0643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/StatsBoxGrid/GridItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export const GridItem = ({ metric }: GridItemProps) => {
177177
flexWrap="wrap"
178178
textOverflow="ellipsis"
179179
lineHeight="1.6rem"
180+
insetInlineStart="5"
180181
>
181182
{value}
182183
</Box>

0 commit comments

Comments
 (0)