Commit 82c72e6e authored by Joaquim Rocha's avatar Joaquim Rocha
Browse files

frontend: Wrap values in NameValueTable

parent d967c177
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -347,6 +347,7 @@ const useStyles = makeStyles(theme => ({ ...@@ -347,6 +347,7 @@ const useStyles = makeStyles(theme => ({
width: '100%', width: '100%',
verticalAlign: 'top', verticalAlign: 'top',
fontSize: '1rem', fontSize: '1rem',
overflowWrap: 'anywhere',
}, },
metadataNameCell: { metadataNameCell: {
fontSize: '1rem', fontSize: '1rem',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment