Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen authored and johngodley committed Sep 5, 2018
1 parent 63698bc commit 58e8bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/editor/src/components/block-compare/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Ensure the modal fits the content, otherwise it could be too big
.editor-block-compare {
max-height: 70%;
overflow: scroll;
overflow: auto;
height: auto;

.components-modal__content {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class BlockInvalidWarning extends Component {
const hiddenActions = [
{ title: __( 'Convert to Blocks' ), onClick: convertToBlocks },
{ title: __( 'Convert to Classic Block' ), onClick: convertToClassic },
{ title: __( 'Compare conversion' ), onClick: this.onCompare },
{ title: __( 'Compare Conversion' ), onClick: this.onCompare },
];

if ( compare ) {
Expand Down

0 comments on commit 58e8bab

Please sign in to comment.