/* Hide modified date column */
[id*="hd-btn-modifiedHuman"],
[class*="cell-modifiedHuman"],
.x-grid3-td-modifiedHuman {
    display: none !important;
}

/* Show full folder name in breadcrumb without truncation */
.breadcrumb-item,
.breadcrumb-item span,
.breadcrumb-item button,
.breadcrumb-item button span,
h1.page-title,
h1.page-title span,
.header-title,
.header-title span,
.parentFolder,
.parentFolder span,
.currentFolder,
.currentFolder span,
[class*="breadcrumb"] button span,
[class*="breadcrumb"] a span,
[class*="Breadcrumb"] span,
nav span {
    max-width: none !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
}
