Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🎨 fix misalignment between view site and editor toolbar borders
Browse files Browse the repository at this point in the history
no issue
- force editor toolbar to a fixed height, previously flexbox behaviour meant that it would squash the space above/below the buttons at smaller screen heights
  • Loading branch information
kevinansfield committed Jun 1, 2017
1 parent 9e3f55d commit 06da377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/layouts/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
}

.gh-editor-footer {
height: 48px;
height: 46px;
min-height: 46px;
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit 06da377

Please sign in to comment.