Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
fix(Td): Reduce table cell height
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Hedberg authored and bstream committed Jun 16, 2017
1 parent 3140735 commit 5c1f7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/td/td-styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default createStyleSheet('Td', theme => {
[mixins.media('md')]: {
fontSize: 14,
minWidth: 40,
paddingTop: 20,
paddingBottom: 20,
paddingTop: 13,
paddingBottom: 13,
},
},
};
Expand Down

0 comments on commit 5c1f7e3

Please sign in to comment.