Skip to content

Commit

Permalink
fix test tool text is cropped
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzie2 committed Dec 12, 2024
1 parent bf38806 commit 9ddd2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ const styles = (theme: ThemeColors) =>
...flex.justifyContentBetween,
...flex.alignItemsCenter,
...sizing.mnw120,
height: 64,
minHeight: 64,
},

buttonSmall: {
Expand Down

0 comments on commit 9ddd2ca

Please sign in to comment.