mirror of
https://github.com/Doodle3D/Doodle3D-Transform.git
synced 2024-11-22 13:37:57 +01:00
Update Thumb.js
This commit is contained in:
parent
e421c19b6b
commit
d7eed9f903
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user