Add non-breaking-space hint to DNS Mode field for alignment
This commit is contained in:
@@ -339,7 +339,7 @@ function JailConfigDetail({
|
||||
))}
|
||||
</Combobox>
|
||||
</Field>
|
||||
<Field label="DNS Mode">
|
||||
<Field label="DNS Mode" hint={"\u00A0"}>
|
||||
<Select
|
||||
value={dnsMode}
|
||||
disabled={readOnly}
|
||||
|
||||
Reference in New Issue
Block a user