From 37bac32999b707451dd71f92da0ad580beb6b54d Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Tue, 22 Oct 2024 11:36:41 +0200 Subject: [PATCH 1/9] Make trainer dashboard and cockpit responsive --- client/src/components/dashboard/CoursePanel.vue | 2 +- client/src/components/dashboard/UkStatistics.vue | 4 ++-- client/src/components/header/CoursePreviewBar.vue | 2 +- client/src/components/userProfile/UserProfileContent.vue | 2 +- .../cockpit/attendanceCheckPage/AttendanceCheckPage.vue | 7 +++++-- client/src/pages/dashboard/statistic/AttendanceList.vue | 2 +- client/src/pages/dashboard/statistic/CompetenceList.vue | 2 +- client/src/pages/dashboard/statistic/FeedbackList.vue | 2 +- 8 files changed, 13 insertions(+), 10 deletions(-) diff --git a/client/src/components/dashboard/CoursePanel.vue b/client/src/components/dashboard/CoursePanel.vue index a02fca17..8ac1af3b 100644 --- a/client/src/components/dashboard/CoursePanel.vue +++ b/client/src/components/dashboard/CoursePanel.vue @@ -90,7 +90,7 @@ function hasActionButton(): boolean { >
-
+

{{ courseName }}

{