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