.enli {
    float: left;
    /* If in a flex container, display at top of the column. */
    align-self: start;
}
.enli pre {
    margin: 0 1rem 0 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1em;
    width: unset;
    overflow: hidden;
    /* Resist parent's font-style. */
    font-style: initial;
}

