fix width on interactive import modal dropdowns for mobile
This commit is contained in:
parent
578f95546b
commit
2b9c99c3be
|
@ -37,7 +37,7 @@
|
||||||
composes: select from '~Components/Form/SelectInput.css';
|
composes: select from '~Components/Form/SelectInput.css';
|
||||||
|
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
width: auto;
|
max-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.errorMessage {
|
.errorMessage {
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
|
|
||||||
.leftButtons {
|
.leftButtons {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
max-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightButtons {
|
.rightButtons {
|
||||||
|
|
Loading…
Reference in New Issue