Skip to content

Commit

Permalink
Removed padding from headers to avoid a glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk committed Oct 16, 2020
1 parent 4581d78 commit 51c2712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/columnGrid/ColumnGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const ColumnGrid = React.memo(
style={{
display: 'flex',
justifyContent: 'center',
padding: '5px',
// padding: '5px',
boxSizing: 'border-box',
background: '#efefef',
border: '1px solid #ccc',
Expand Down

0 comments on commit 51c2712

Please sign in to comment.