Fix: styling of PH-input in OpeningHoursInput, fix #1422

This commit is contained in:
Pieter Vander Vennet 2023-06-07 17:45:08 +02:00
parent bcb2ecf6ab
commit a9c25d378a
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ import BaseUIElement from "../BaseUIElement"
*/
export class DropDown<T> extends InputElement<T> {
private static _nextDropdownId = 0
public IsSelected: UIEventSource<boolean> = new UIEventSource<boolean>(false)
private readonly _element: HTMLElement

View file

@ -59,7 +59,7 @@ export default class PublicHolidayInput extends InputElement<string> {
this.SetupDataSync(mode, start.GetValue(), end.GetValue())
return new Combine([dropdown, askHours]).ConstructElement()
return new Combine([dropdown, askHours]).SetClass("w-full flex").ConstructElement()
}
private SetupDataSync(