Skip to content

Commit

Permalink
Merge pull request #53997 from mkzie2/mkzie2-issue/53092
Browse files Browse the repository at this point in the history
Fix test tool text is cropped
  • Loading branch information
Beamanator authored Dec 18, 2024
2 parents fae8b36 + 9ddd2ca commit 82e3fcc
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 82e3fcc

Please sign in to comment.