diff --git a/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css b/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css index 125905317..57b00dafa 100644 --- a/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css +++ b/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css @@ -48,8 +48,6 @@ } .selection { - font-weight: 450; - font-size: var(--typography-Title-4-fontSize); grid-area: selection; } diff --git a/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css b/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css index e979c1ee2..08732466f 100644 --- a/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css +++ b/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css @@ -16,7 +16,7 @@ justify-content: space-between; align-items: center; grid-template-areas: - "title button" + "title title" "description button"; } @@ -25,14 +25,13 @@ } .description { - font-weight: 450; - font-size: var(--typography-Title-4-fontSize); grid-area: description; } .button { grid-area: button; justify-self: flex-end; + align-self: flex-start; } .iconWrapper { diff --git a/components/TempDesignSystem/Popover/popover.module.css b/components/TempDesignSystem/Popover/popover.module.css index 242bd5072..4d421b536 100644 --- a/components/TempDesignSystem/Popover/popover.module.css +++ b/components/TempDesignSystem/Popover/popover.module.css @@ -4,6 +4,7 @@ box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1); padding: var(--Spacing-x2); max-width: calc(360px + var(--Spacing-x2) * 2); + overflow-y: auto; } .root section:focus-visible { diff --git a/i18n/dictionaries/de.json b/i18n/dictionaries/de.json index 7e35d2aab..3b5842619 100644 --- a/i18n/dictionaries/de.json +++ b/i18n/dictionaries/de.json @@ -207,6 +207,7 @@ "Membership ID": "Mitglieds-ID", "Membership ID copied to clipboard": "Mitglieds-ID in die Zwischenablage kopiert", "Membership cards": "Mitgliedskarten", + "Menu": "Menü", "Modify": "Ändern", "Mon-Fri": "Mo-Fr", "Month": "Monat",