/* Stop truncating filenames and allow them to wrap */
.item .name {
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: visible !important;
    word-break: break-word !important;
    max-height: none !important;
    line-height: 1.2 !important;
}

/* Give the list view more breathing room for long names */
.file-list .item {
    height: auto !important;
    min-height: 3em;
}