Skip to content

Commit ec5b4d1

Browse files
author
Ives van Hoorne
committed
Fix stat centering for big stats
1 parent 820cf05 commit ec5b4d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/components/sandbox/Stats/Stat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import styled from 'styled-components';
33

44
const CenteredText = styled.div`
55
display: inline-flex;
6+
width: 33%;
67
justify-content: center;
78
align-items: center;
89
flex-direction: row;

src/app/components/sandbox/Stats/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const Stats = styled.div`
1212
justify-content: center;
1313
align-items: center;
1414
flex-direction: row;
15-
justify-content: space-around;
1615
`;
1716

1817
type Props = {

0 commit comments

Comments
 (0)