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

Fix 4074 - Align tabs to the bottom of the editor header #4082

Merged
merged 1 commit into from Sep 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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