mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: wrap long legal values/descriptions (#927)
This commit is contained in:
parent
860656a95e
commit
efe52cb1aa
@ -3,6 +3,7 @@ import { makeStyles } from '@material-ui/core/styles';
|
|||||||
export const useStyles = makeStyles(theme => ({
|
export const useStyles = makeStyles(theme => ({
|
||||||
container: {
|
container: {
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
|
wordBreak: 'break-word',
|
||||||
},
|
},
|
||||||
value: {
|
value: {
|
||||||
lineHeight: 1.33,
|
lineHeight: 1.33,
|
||||||
|
@ -11,6 +11,7 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
padding: '0.5rem',
|
padding: '0.5rem',
|
||||||
background: theme.palette.grey[200],
|
background: theme.palette.grey[200],
|
||||||
borderRadius: theme.borders.radius.main,
|
borderRadius: theme.borders.radius.main,
|
||||||
|
wordBreak: 'break-word',
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
fontSize: theme.fontSizes.smallBody,
|
fontSize: theme.fontSizes.smallBody,
|
||||||
|
Loading…
Reference in New Issue
Block a user