Skip to content

Commit

Permalink
Resolve #36
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jan 18, 2019
1 parent 54326fa commit 4d5918d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@

// Mobile classes
@import "editor/stacked";

// Adjust dropZone component labels for our blocks.
@import "editor/dropzone";
5 changes: 5 additions & 0 deletions src/styles/style/_dropzone.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.editor-block-list__block[data-type*="coblocks"] {
.components-drop-zone__content-text {
font-size: 16px;
}
}

0 comments on commit 4d5918d

Please sign in to comment.