Merged in fix/update-hotel-card-select-hotel-mobile (pull request #2327)

fix: left aligned description text on hotel card on select hotel page

* fix: update hotel card from peter suggestions


Approved-by: Christian Andolf
Approved-by: Matilda Landström
This commit is contained in:
Bianca Widstam
2025-06-12 12:25:12 +00:00
parent 80791efc02
commit ecd8d81b80

View File

@@ -1,11 +1,11 @@
.hotelDescription { .hotelDescription {
overflow: hidden; overflow: hidden;
text-align: left;
} }
.descriptionWrapper { .descriptionWrapper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
} }
.collapsed { .collapsed {
@@ -24,7 +24,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-top: var(--Space-x2);
} }
.description { .description {
@@ -34,7 +33,6 @@
.showMoreButton { .showMoreButton {
display: flex; display: flex;
align-items: flex-end;
background-color: transparent; background-color: transparent;
border-width: 0; border-width: 0;
padding: 0; padding: 0;
@@ -50,12 +48,10 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--Space-x15); gap: var(--Space-x15);
align-items: center;
} }
.facilityList { .facilityList {
display: flex; display: flex;
align-items: flex-start;
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
gap: var(--Space-x15); gap: var(--Space-x15);