ui: fix api key input widths
This commit is contained in:
parent
d8642808d7
commit
b6bebf3b78
2 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ function ApiKeySettings() {
|
|||
type="text"
|
||||
readOnly={true}
|
||||
value={apiKey}
|
||||
className={'w-72'}
|
||||
leadingButton={<CopyButton content={apiKey} />}
|
||||
/>
|
||||
</Form.Field>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ function TenantKey() {
|
|||
name="tenantKey"
|
||||
id="tenantKey"
|
||||
type="text"
|
||||
className={'w-72'}
|
||||
readOnly={ true }
|
||||
value={ tenantKey }
|
||||
leadingButton={
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue