Update padding in FilterInput component for improved layout consistency
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-08-30 12:33:26 +01:00
parent 0ae4f1fae0
commit 50a9ad0f4a

View File

@ -886,7 +886,7 @@ const FilterInput = ({
>
<div
style={{
padding: '12px 16px',
padding: '12px 26px 12px 16px',
maxWidth: 280,
boxSizing: 'border-box'
}}