Skip to content

Commit

Permalink
[Markdown] Expand Height to Fill Vertical Space (#174276)
Browse files Browse the repository at this point in the history
Makes markdown expand to fill height. originally authored by @ananta in
#172314
  • Loading branch information
ThomThomson authored Jan 10, 2024
1 parent f606085 commit 92d6d0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/plugins/vis_type_markdown/public/markdown_vis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
flex-grow: 1;
}

.mkdEditor {
height: 100%;
.mkdEditor,
.euiFormControlLayout__childrenWrapper,
.euiFormControlLayout--euiTextArea,
.visEditor--markdown__textarea {
height: 100%
}
}

0 comments on commit 92d6d0e

Please sign in to comment.