Tweak form padding (#10122)

- Allow room to prevent text clipping at bottom of form
This commit is contained in:
Oliver 2025-08-04 15:42:49 +10:00 committed by GitHub
parent b8f6b04fb9
commit 619b08444a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ export function ApiForm({
style={{
overflowY: 'auto',
paddingRight: '15px',
paddingBottom: '10px',
paddingLeft: '5px'
}}
>