Skip to content

Commit

Permalink
Fix padding in validation modal (#10441)
Browse files Browse the repository at this point in the history
Regression from #9900
  • Loading branch information
johngodley authored and gziolo committed Oct 16, 2018
1 parent 0c41965 commit 99100fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/editor/src/components/block-compare/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
overflow: auto;
height: auto;

.components-modal__content {
padding: 0;
}

@include break-small() {
max-height: 70%;
}
Expand All @@ -25,7 +21,7 @@
justify-content: space-between;
flex-direction: column;
width: 50%;
padding: 0 $panel-padding 0 $panel-padding;
padding: 0 $panel-padding 0 0;
min-width: 200px;

button {
Expand Down

0 comments on commit 99100fa

Please sign in to comment.