Skip to content

Commit

Permalink
chore(modalbody): fix to remove all padding, approve screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Keselman committed Oct 15, 2020
1 parent a3e7982 commit 3441474
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions packages/react-ui/components/Modal/Modal.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ const styles = {

bodyWithoutPadding() {
return css`
padding-left: 0px;
padding-right: 0px;
padding: 0 !important;
`;
},

Expand Down

0 comments on commit 3441474

Please sign in to comment.