.note-editable ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    padding-left: 0.5rem;
}

.note-editable ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    padding-left: 0.5rem;
}

.note-editable li {
    margin-bottom: 0.5rem;
}
