Skip to content

Commit

Permalink
fix: images and video height on feed article creation
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou authored and n0izn0iz committed Nov 14, 2023
1 parent 75c8fa5 commit 24c6796
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/components/socialFeed/RichText/draftjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
margin: 10px auto;
}

/*TODO: Style .DraftEditor-editorContainer figure video ?*/
.DraftEditor-editorContainer figure video {
max-height: 400px;
}

.DraftEditor-editorContainer figure video {
max-height: 400px;
Expand All @@ -25,9 +27,9 @@
font-size: 14px;
font-family: Exo_500Medium;
min-height: 60px;
max-height: 400px;
}


.public-DraftEditor-content h1 {
line-height: 37px;
color: #FFFFFF;
Expand Down

0 comments on commit 24c6796

Please sign in to comment.