Fixes ultrawide breaking booking limits selects (#6396)
parent
59a9a77e3f
commit
edfc9ff082
|
@ -191,7 +191,7 @@ export const EventLimitsTab = ({ eventType }: Pick<EventTypeSetupProps, "eventTy
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="w-1/2 md:w-3/4">
|
<div className="w-1/2 md:w-full">
|
||||||
<InputField
|
<InputField
|
||||||
required
|
required
|
||||||
label={t("minimum_booking_notice")}
|
label={t("minimum_booking_notice")}
|
||||||
|
|
Loading…
Reference in New Issue