improve exportconfirm

so that it doesn't jump around so much when changing height
pull/636/head
Mikael Finstad 6 years ago
parent d85de4aacf
commit 6d5a2d85b8
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -31,7 +31,7 @@ const sheetStyle = {
display: 'flex',
};
const boxStyle = { margin: '15px 15px 50px 15px', background: 'rgba(25, 25, 25, 0.6)', borderRadius: 10, padding: '10px 20px' };
const boxStyle = { margin: '15px 15px 50px 15px', background: 'rgba(25, 25, 25, 0.6)', borderRadius: 10, padding: '10px 20px', minHeight: 450 };
const outDirStyle = { background: 'rgb(193, 98, 0)', borderRadius: '.4em', padding: '0 .3em', wordBreak: 'break-all', cursor: 'pointer' };

Loading…
Cancel
Save