Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
fix: wrap long legal values/descriptions (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
olav authored Apr 29, 2022
1 parent 492ef5f commit 8f94b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { makeStyles } from '@material-ui/core/styles';
export const useStyles = makeStyles(theme => ({
container: {
display: 'inline-block',
wordBreak: 'break-word',
},
value: {
lineHeight: 1.33,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const useStyles = makeStyles(theme => ({
padding: '0.5rem',
background: theme.palette.grey[200],
borderRadius: theme.borders.radius.main,
wordBreak: 'break-word',
},
label: {
fontSize: theme.fontSizes.smallBody,
Expand Down

0 comments on commit 8f94b2f

Please sign in to comment.