Skip to content

Commit

Permalink
fix: add margin below list to avoid [+] button overlapping pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jan 7, 2020
1 parent 195dbf1 commit f8895af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/List/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import './booleanValueRenderer'
const styles = {
dataTableWrap: {
flex: 1,
marginBottom: '4rem',
},
clearBoth: {
clear: 'both',
Expand Down

0 comments on commit f8895af

Please sign in to comment.