.wp-block-list {}

ol.wp-block-list {
  padding-left: 22px;
}

ul.wp-block-list {
  padding-left: 18px;
}

.editor-styles-wrapper {
  ul {
    list-style-type: disc !important;
  }

  ol {
    list-style-type: numeric !important;
  }
}