Merge: dashboard horizontal scroll fix (t-paliad-055)

This commit is contained in:
m
2026-04-27 16:05:01 +02:00

View File

@@ -5134,6 +5134,11 @@ input[type="range"]::-moz-range-thumb {
border-radius: var(--radius);
padding: 1.25rem 1.4rem;
box-shadow: var(--shadow);
/* Grid items default to min-width: auto, which sizes to min-content.
Without this, the nowrap title/ref strings inside .dashboard-list-link
force the column wider than its grid track and overflow the page on
narrow viewports. */
min-width: 0;
}
.dashboard-list {