/* Huly typography hotfix - doubled paragraph spacing */
.ProseMirror,
.text-editor-view,
.text-markup-view {
  line-height: 150%;
}

.text-editor-view p,
.text-markup-view p {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

.text-editor-view > * + *,
.text-markup-view > * + * {
  margin-top: 1rem;
  margin-bottom: 0;
}