Skip to content

Commit

Permalink
fix(css): Make Markdown widget full width if content is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 6, 2024
1 parent 2536752 commit e908a93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data_registry/static/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
overflow: hidden;
}

.markdownable {
width: 100%;
}

.markdownable-textarea {
flex: 3;
margin-right: 1rem;
Expand Down

0 comments on commit e908a93

Please sign in to comment.