fix width on interactive import modal dropdowns for mobile

This commit is contained in:
Stevie Robinson 2024-07-27 11:13:00 +02:00
parent 578f95546b
commit 2b9c99c3be
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
composes: select from '~Components/Form/SelectInput.css';
margin-right: 10px;
width: auto;
max-width: fit-content;
}
.errorMessage {
@ -53,6 +53,7 @@
.leftButtons {
align-items: flex-start;
max-width: fit-content;
}
.rightButtons {