Limit Staff Playtime component width to improve layout consistency.

This commit is contained in:
akastijn 2025-11-02 23:03:25 +01:00
parent 2bdebb71b7
commit 9a039e1e10

View File

@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
gap: 16px;
max-width: 60%;
}
.week-header {