style: Increase input width for duration limits (#7779)

Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
pull/7865/head
Shane Maglangit 2023-03-22 19:59:03 +08:00 committed by GitHub
parent e4eb21bf8d
commit 1b459eb212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ const IntervalLimitItem = ({
<TextField
required
type="number"
containerClassName={`${textFieldSuffix ? "w-36" : "w-16"} -mb-1`}
containerClassName={textFieldSuffix ? "w-44 -mb-1" : "w-16 mb-0"}
placeholder={`${value}`}
min={step}
step={step}