@media screen and (min-width: 600px) {
    .list--numbered, .editor ol {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}