Skip to content

Commit

Permalink
Fix for Text Mode toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyaSingh10 committed Oct 23, 2017
1 parent 9a5fe5c commit 24ec58c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions editor/modes/text-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,13 @@
max-width: $text-editor-max-width;
margin: 0 auto;
}

@media (max-width: 599px) {
.editor-layout__editor {
margin-top: 56px;
@include break-small {
margin-top: 0;
}
}
}

0 comments on commit 24ec58c

Please sign in to comment.