2
0
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:
Oliver
2025-08-04 15:42:49 +10:00
committed by GitHub
parent b8f6b04fb9
commit 619b08444a

View File

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