ul,
ol {
  padding: 0 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
.ProseMirror p:first-child,
.ProseMirror h1:first-child,
.ProseMirror h2:first-child,
.ProseMirror h3:first-child,
.ProseMirror h4:first-child,
.ProseMirror h5:first-child,
.ProseMirror h6:first-child {
  margin-top: 10px;
}
.ProseMirror {
  padding: 4px 8px 4px 14px;
  line-height: 1.2;
  outline: none;
}
.ProseMirror p {
  margin-bottom: 1em;
}
.ProseMirror ul,
.ProseMirror ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  padding-left: 2em;
  margin-left: 1em;
}
.ProseMirror ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.ProseMirror ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.ProseMirror li {
  display: list-item;
  margin: 0.5em 0 0.5em 1em;
}
/*# sourceMappingURL=proseMirror.css.map */
