fix(polls) Fix style issue (#13090)

This commit is contained in:
Robert Pintilii
2023-03-21 17:25:47 +02:00
committed by GitHub
parent bc1827fb4a
commit 31073fb5df
2 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ const useStyles = makeStyles()(theme => {
margin: '24px',
padding: '16px',
backgroundColor: theme.palette.ui02,
borderRadius: '8px'
borderRadius: '8px',
wordBreak: 'break-word'
},
header: {
marginBottom: '24px'