Style: make PH-picker w-full
This commit is contained in:
parent
a9c25d378a
commit
f847ebf3b8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default class PublicHolidayInput extends InputElement<string> {
|
|||
{ 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)
|
||||
* */
|
||||
|
|
Loading…
Reference in a new issue