From c5f3efe5374632c5fe48e86de7d58c9976441111 Mon Sep 17 00:00:00 2001 From: Christoffer Nguyen Date: Wed, 25 Sep 2024 21:44:41 +0200 Subject: [PATCH] Fix registration modal pool styling --- app/components/UserAttendance/AttendanceModalContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/UserAttendance/AttendanceModalContent.css b/app/components/UserAttendance/AttendanceModalContent.css index 8a7edab9d3..1e9fcfd55a 100644 --- a/app/components/UserAttendance/AttendanceModalContent.css +++ b/app/components/UserAttendance/AttendanceModalContent.css @@ -96,6 +96,7 @@ } .nav { + flex-shrink: 0; margin: var(--spacing-sm) auto; min-height: 40px; height: fit-content;