mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +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={{
|
style={{
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
paddingRight: '15px',
|
paddingRight: '15px',
|
||||||
|
paddingBottom: '10px',
|
||||||
paddingLeft: '5px'
|
paddingLeft: '5px'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user