Skip to content

Commit

Permalink
Fixed styles in the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
David Aguilera committed Feb 28, 2019
1 parent 062ca1b commit b892411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/blocks/google-map/styles/editor.scss
Expand Up @@ -53,8 +53,8 @@
p.mce-content-body,
p.editor-rich-text__tinymce {
text-align: left;
font-size: 0.9rem;
line-height: 1.2;
font-size: 0.9rem !important;
line-height: 1.2 !important;
}

}
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/google-map/styles/style.scss
@@ -1,4 +1,4 @@
div.nelio-maps-google-map {
.nelio-maps-google-map {

.address {
background: white;
Expand Down

0 comments on commit b892411

Please sign in to comment.