Skip to content

Commit

Permalink
Fix: The editor buttons in the document editor guide should not wrap …
Browse files Browse the repository at this point in the history
…to the next line. Closes #1077.
  • Loading branch information
oleq committed Jun 19, 2018
1 parent bed8e70 commit 61c6ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

/* https://github.com/ckeditor/ckeditor5/issues/913 */
@media only screen and (min-width: 1600px) {
/* https://github.com/ckeditor/ckeditor5/issues/1077 */
.main .main__content .main__content-inner,
.main .main__content-wide .main__content-inner {
width: 800px;
}
}

/* https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */
@media only screen and (max-width: 1360px) {
/* https://github.com/ckeditor/ckeditor5/issues/1077 */
.main .main__content .main__content-inner,
.main .main__content-wide .main__content-inner {
max-width: 900px;
}
Expand Down

0 comments on commit 61c6ad6

Please sign in to comment.