Fixed issue with previous change on mobile.

This commit is contained in:
2026-03-23 22:59:47 -04:00
parent 138f0ec76c
commit a7008f9c28

View File

@@ -401,6 +401,12 @@ body.theme-dark .small.text-muted {
.crumb-link {
max-width: 130px;
}
.crumb-link-full {
overflow: hidden;
text-overflow: ellipsis;
}
}
@supports not (display: grid) {