Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Feb 23, 2017
1 parent 6b368ab commit 08e132c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/js/admin/parsing/ParsingExcerpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const styles = {
width: 'auto',
},
wrapper: {
overflowX: 'auto !important',
overflowX: 'auto',
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/app/js/admin/publicationPreview/PublicationExcerpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const styles = {
width: 'auto',
},
wrapper: {
overflowX: 'auto !important',
overflowX: 'auto',
},
cell: {
cursor: 'pointer',
Expand Down

0 comments on commit 08e132c

Please sign in to comment.