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' alignItems: 'center'
}, },
label: { label: {
fontSize: '1.2rem', fontSize: '1rem',
fontWeight: 'bold', fontWeight: 'normal',
textTransform: 'uppercase', textTransform: 'none',
display: 'box', display: 'box',
overflow: 'hidden', overflow: 'hidden',
textOverflow: 'ellipsis', textOverflow: 'ellipsis',
boxOrient: 'vertical', boxOrient: 'vertical',
wordWrap: 'break-word', wordWrap: 'break-word',
maxWidth: '200px',
lineClamp: '2' lineClamp: '2'
}, },
openContextMenu: { openContextMenu: {