diff --git a/packages/editor/src/components/document-bar/style.scss b/packages/editor/src/components/document-bar/style.scss index 5bc1193b654430..3e5fbf5f4b1ae1 100644 --- a/packages/editor/src/components/document-bar/style.scss +++ b/packages/editor/src/components/document-bar/style.scss @@ -27,7 +27,7 @@ } &.has-back-button { - @media screen and (min-width: #{ ($break-medium) }) and (max-width: $break-large) { + @media screen and (min-width: #{ ($break-medium) }) and (max-width: #{ ($break-large) }) { .editor-document-bar__post-type-label { display: none; } @@ -77,6 +77,10 @@ flex: 0; color: $gray-800; padding-left: $grid-unit-05; + + @media screen and (max-width: #{ ($break-small) }) { + display: none; + } } .editor-document-bar__shortcut {