Tweak form padding (#10122)
- Allow room to prevent text clipping at bottom of form
This commit is contained in:
parent
b8f6b04fb9
commit
619b08444a
|
|
@ -569,6 +569,7 @@ export function ApiForm({
|
|||
style={{
|
||||
overflowY: 'auto',
|
||||
paddingRight: '15px',
|
||||
paddingBottom: '10px',
|
||||
paddingLeft: '5px'
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue