Reduce required gap between files so more fit on the screen (#4323)

# Description of Changes
Change gap between files in Active Files so more files fit on the screen
at once
This commit is contained in:
James Brunton 2025-08-29 10:30:19 +01:00 committed by GitHub
parent a7d5c80188
commit cf771075f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -518,7 +518,7 @@ const FileEditor = ({
style={{
display: 'grid',
gridTemplateColumns: 'repeat(auto-fill, minmax(320px, 1fr))',
gap: '1.5rem',
rowGap: '1.5rem',
padding: '1rem',
pointerEvents: 'auto'
}}