Skip to content

Commit

Permalink
Google Calendar block: Remove min width for iframe (#14818)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeatling authored Feb 27, 2020
1 parent 5a83be8 commit 1334560
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions extensions/blocks/google-calendar/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@
* Editor styles for Google Calendar
*/

@media screen and ( min-width: 700px ) {
.block-editor__container {
.wp-block-jetpack-google-calendar {
iframe.components-sandbox {
min-width: 600px;
}
}
}
}

.wp-block-jetpack-google-calendar {

&-embed-form-sidebar {
textarea {
width: 100%;
Expand Down

0 comments on commit 1334560

Please sign in to comment.