ui: fix class overlap for tenant key input

This commit is contained in:
nick-delirium 2024-10-31 15:47:53 +01:00
parent 30a69893bb
commit 187e24ee19
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ function ApiKeySettings() {
type="text"
readOnly={true}
value={apiKey}
className={'w-72'}
className={'!w-72'}
leadingButton={<CopyButton content={apiKey} />}
/>
</Form.Field>

View file

@ -24,7 +24,7 @@ function TenantKey() {
name="tenantKey"
id="tenantKey"
type="text"
className={'w-72'}
className={'!w-72'}
readOnly={ true }
value={ tenantKey }
leadingButton={