Skip to content

Commit

Permalink
Merge pull request #3080 from effigies/fix/display-list-elements-inline
Browse files Browse the repository at this point in the history
fix(draft-render): Display editable list elements inline
  • Loading branch information
nellh authored Jun 15, 2024
2 parents f0facb3 + 430608a commit 49c4bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
}
}
p {
display: inline-block;
display: inline;
}
}
}
Expand Down

0 comments on commit 49c4bce

Please sign in to comment.