Skip to content

Commit

Permalink
fix: InputLabel wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Aug 8, 2024
1 parent e8148e2 commit 58056c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type UseStylesParams = {
export const useInputLabelStyles = makeStyles<UseStylesParams>()(
(theme, { optional }) => ({
root: {
whiteSpace: 'normal',
lineHeight: '140%',
color: theme.palette.primary.contrastText,
fontWeight: 'bold',
Expand Down

0 comments on commit 58056c9

Please sign in to comment.