Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix 4074 - Align tabs to the bottom of the editor header (#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored and jasonLaster committed Sep 18, 2017
1 parent 151882a commit 908a8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/Editor.css
Expand Up @@ -40,7 +40,7 @@
position: absolute;
height: calc(100% - 31px);
width: calc(100% - 1.5px);
top: 30px;
top: 29px;
left: 0px;
--editor-footer-height: 24px;
}
Expand Down

0 comments on commit 908a8ea

Please sign in to comment.