Skip to content

Commit a50576d

Browse files
authored
Fix nameserver port input for Safari (#456)
1 parent 6762502 commit a50576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/dns-nameservers/NameserverModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function NameserverInput({
590590
</div>
591591

592592
<Input
593-
maxWidthClass={"max-w-[130px]"}
593+
maxWidthClass={"min-w-[150px] max-w-[150px]"}
594594
customPrefix={"Port"}
595595
placeholder={"53"}
596596
value={port}

0 commit comments

Comments
 (0)