div[parent="footnote"] ul li > :first-child {
    word-break: keep-all;
    white-space: nowrap;
    padding-right: 5px;
    width: auto;
}