mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 12:01:41 +00:00
Tweak form padding (#10122)
- Allow room to prevent text clipping at bottom of form
This commit is contained in:
@@ -569,6 +569,7 @@ export function ApiForm({
|
||||
style={{
|
||||
overflowY: 'auto',
|
||||
paddingRight: '15px',
|
||||
paddingBottom: '10px',
|
||||
paddingLeft: '5px'
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user