Skip to content

Commit 267a943

Browse files
heisbrotalindt
authored andcommitted
Fix nameserver port input for Safari (netbirdio#456)
1 parent b05eae6 commit 267a943

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)