This reverts commit 4cca3cf0ed
.
This commit is contained in:
parent
8861653118
commit
f6c4124475
|
@ -47,9 +47,6 @@ const ModalStyled = styled(ModalMUI)`
|
||||||
|
|
||||||
&.smaller-modal-window {
|
&.smaller-modal-window {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 90vh;
|
|
||||||
overflow: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
|
|
|
@ -27,9 +27,6 @@ export const styles = createStyles({
|
||||||
formContainer: {
|
formContainer: {
|
||||||
padding: `${md} ${lg}`,
|
padding: `${md} ${lg}`,
|
||||||
wordBreak: 'break-word',
|
wordBreak: 'break-word',
|
||||||
maxHeight: '50vh',
|
|
||||||
overflow: 'hidden',
|
|
||||||
overflowY: 'auto',
|
|
||||||
},
|
},
|
||||||
value: {
|
value: {
|
||||||
marginLeft: sm,
|
marginLeft: sm,
|
||||||
|
@ -51,7 +48,7 @@ export const styles = createStyles({
|
||||||
lineHeight: '1.43',
|
lineHeight: '1.43',
|
||||||
},
|
},
|
||||||
buttonRow: {
|
buttonRow: {
|
||||||
padding: '25px',
|
height: '84px',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
'& > button': {
|
'& > button': {
|
||||||
fontFamily: 'Averta',
|
fontFamily: 'Averta',
|
||||||
|
|
Loading…
Reference in New Issue