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