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:
Matilda Haneling
2025-12-01 14:07:04 +00:00
parent f5dd6740d0
commit 3e4ac2c270

View File

@@ -133,9 +133,9 @@
align-items: stretch;
}
.selectedPackages {
flex: 1 100% auto;
flex: 1 0 auto;
order: 2;
min-width: fit-content;
max-width: fit-content;
}
.filterSelector {
order: 3;