Merged in fix/SW-1065-meetings-subpage (pull request #1353)

Fix(SW-1065): Meetings subpage

* fix(SW-1065): allow meeting cards to have different heights

* feat(SW-1065): add meetingroom description


Approved-by: Erik Tiekstra
Approved-by: Fredrik Thorsson
This commit is contained in:
Matilda Landström
2025-02-17 09:14:45 +00:00
parent 22111eb7d2
commit c4ae9201db
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
.grid {
align-items: flex-start;
}
.grid:not(.allVisible) > :nth-child(n + 4) {
display: none;
}