Skip to content

Commit

Permalink
Fix height of tabbed examples (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal authored Jan 19, 2023
1 parent 00bba90 commit 9d5905d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/css/tabbed-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

/* sizing utility classes */
.tabbed-shorter .cm-editor {
height: 252px;
height: 264px;
}

.tabbed-standard .cm-editor {
height: 322px;
height: 334px;
}

.tabbed-taller .cm-editor {
height: 532px;
height: 544px;
}

.tabbed-taller .cm-editor,
Expand Down

0 comments on commit 9d5905d

Please sign in to comment.