Merged in fix/SW-2672-sidepeek-facility-text-break (pull request #2668)
fix(SW-2672): break facility text in sidepeek * fix(SW-2672): break facility text in sidepeek Approved-by: Matilda Landström
This commit is contained in:
@@ -36,6 +36,10 @@
|
|||||||
column-gap: var(--Spacing-x2);
|
column-gap: var(--Spacing-x2);
|
||||||
color: var(--Text-Secondary);
|
color: var(--Text-Secondary);
|
||||||
}
|
}
|
||||||
|
.facilityList li > span:nth-child(2) {
|
||||||
|
overflow: hidden;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.facilityList li {
|
.facilityList li {
|
||||||
display: flex !important; /* Overrides the display none from grids.stackable on Hotel Page */
|
display: flex !important; /* Overrides the display none from grids.stackable on Hotel Page */
|
||||||
|
|||||||
Reference in New Issue
Block a user