From f847ebf3b80edb7b658824572d8b55f8bb9b741b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 7 Jun 2023 18:02:26 +0200 Subject: [PATCH] Style: make PH-picker w-full --- UI/OpeningHours/PublicHolidayInput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/OpeningHours/PublicHolidayInput.ts b/UI/OpeningHours/PublicHolidayInput.ts index 71de05c96..a1e54dea4 100644 --- a/UI/OpeningHours/PublicHolidayInput.ts +++ b/UI/OpeningHours/PublicHolidayInput.ts @@ -31,7 +31,7 @@ export default class PublicHolidayInput extends InputElement { { shown: Translations.t.general.opening_hours.ph_closed.Clone(), value: "off" }, { shown: Translations.t.general.opening_hours.ph_open_as_usual.Clone(), value: "open" }, { shown: Translations.t.general.opening_hours.ph_open.Clone(), value: " " }, - ]).SetClass("inline-block") + ]).SetClass("inline-block w-full") /* * Either "" (unknown), " " (opened) or "off" (closed) * */