Merged in fix/book-510-fix-misaligned-flexbox (pull request #3268)
fix(BOOK-510): fixed misaligned flexbox for booking codes on Select Rate * fix(BOOK-510): fixed misaligned flexbox for booking codes on Select Rate Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -133,9 +133,9 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
.selectedPackages {
|
.selectedPackages {
|
||||||
flex: 1 100% auto;
|
flex: 1 0 auto;
|
||||||
order: 2;
|
order: 2;
|
||||||
min-width: fit-content;
|
max-width: fit-content;
|
||||||
}
|
}
|
||||||
.filterSelector {
|
.filterSelector {
|
||||||
order: 3;
|
order: 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user