fix: booking code and reward night messages are now displayed correctly

also fixed an incorrect css value
This commit is contained in:
Christian Andolf
2025-04-16 14:07:28 +02:00
parent 009d46ebac
commit b252c8be2d
3 changed files with 5 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
display: flex;
gap: var(--Space-x1);
flex-direction: column-reverse;
align-items: start;
align-items: flex-start;
}
.selectedPackages {