Skip to content

Commit

Permalink
Fixed styling for preview and added scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Oct 11, 2023
1 parent a00f280 commit 2cf7b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/components/markdown/_markdown.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
div.form-group {
div.js-markdown-preview {
height: 100%;
height: 8rem;
overflow: auto;
}
}

0 comments on commit 2cf7b25

Please sign in to comment.