ui: fix api key input widths

This commit is contained in:
nick-delirium 2024-10-30 11:27:07 +01:00
parent d8642808d7
commit b6bebf3b78
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 2 additions and 0 deletions

View file

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

View file

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