This commit is contained in:
Janus C. H. Knudsen 2026-01-14 23:43:12 +01:00
parent 0c40bbe780
commit 4fc8661adb

View file

@ -884,7 +884,8 @@ swp-data-row.focus-highlight {
=========================================== */
swp-schedule-scroll {
display: block;
width: 800px;
width: fit-content;
max-width: var(--page-max-width);
margin: 0 auto;
overflow-x: auto;
}