Skip to content

Commit

Permalink
[desk-tool] Minor bug fix to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Sivertsen committed Aug 2, 2019
1 parent 5f94f54 commit bef69dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/@sanity/desk-tool/src/pane/Editor/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ export default withRouterHOC(
isCreatingDraft ||
isPublishing ||
isReconnecting ||
isRestoring ||
isUnpublishing ||
!draft ||
errors.length > 0
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/desk-tool/src/pane/styles/Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@

@media (--screen-medium) {
position: absolute;
display: grid;
grid-template-areas: 'publishButton publishInfoUndoButton';
grid-template-rows: 2.5em;
grid-template-columns: 10em 10em;
Expand Down

0 comments on commit bef69dc

Please sign in to comment.