Update Thumb.js

This commit is contained in:
Rick Companje 2021-06-02 17:52:44 +02:00
parent e421c19b6b
commit d7eed9f903
1 changed files with 4 additions and 3 deletions

View File

@ -39,14 +39,15 @@ const styles = {
alignItems: 'center'
},
label: {
fontSize: '1.2rem',
fontWeight: 'bold',
textTransform: 'uppercase',
fontSize: '1rem',
fontWeight: 'normal',
textTransform: 'none',
display: 'box',
overflow: 'hidden',
textOverflow: 'ellipsis',
boxOrient: 'vertical',
wordWrap: 'break-word',
maxWidth: '200px',
lineClamp: '2'
},
openContextMenu: {