Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Oct 24, 2019
1 parent 0f64139 commit 1e24351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/v2/components/UI/TableCard/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ import getColor from 'v2/utils/getColor';
export default makeStyles(theme => ({
card: {
padding: 7,
background: getColor('grey2')(theme),
background: getColor('grey5')(theme),
marginBottom: 1,
borderRight: `1px solid ${getColor('dark')(theme)}`,
marginRight: 12,
'& ul': {
padding: 0,
margin: 0,
display: 'flex',
flexWrap: 'wrap',
'& li': {
padding: 10,
width: '33.33%',
[theme.breakpoints.down('xs')]: {
width: '50%',
},
width: '50%',
'& div:last-child': {
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
Expand Down
1 change: 1 addition & 0 deletions src/v2/components/Validators/Table/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default makeStyles(theme => ({
[theme.breakpoints.down('sm')]: {
padding: '10px 18px 0',
marginBottom: 10,
borderBottom: 'none'
},
},
link: {
Expand Down

0 comments on commit 1e24351

Please sign in to comment.