Fixes ultrawide breaking booking limits selects (#6396)

pull/6391/head^2
sean-brydon 2023-01-11 10:16:04 +00:00 committed by GitHub
parent 59a9a77e3f
commit edfc9ff082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")}