mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-08-13 00:45:11 +09:00
Left align the role property labels
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -104,6 +104,7 @@ export default function RoleProperties(props: { plugin: WebPlugin, role?: lib.Ro
|
|||||||
<Form
|
<Form
|
||||||
form={form}
|
form={form}
|
||||||
disabled={!canUpdate}
|
disabled={!canUpdate}
|
||||||
|
labelAlign="left"
|
||||||
labelCol={{ span: 12 }}
|
labelCol={{ span: 12 }}
|
||||||
wrapperCol={{ span: 12 }}
|
wrapperCol={{ span: 12 }}
|
||||||
labelWrap
|
labelWrap
|
||||||
|
|||||||
Reference in New Issue
Block a user