From 382bea2a21a2014e6bccecda2965bcd2536e1413 Mon Sep 17 00:00:00 2001 From: adam-skowronek Date: Fri, 10 Jun 2022 00:04:58 +0200 Subject: [PATCH] Adjust styles for smaller screens --- frontend/src/views/coordinator/Students.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/coordinator/Students.tsx b/frontend/src/views/coordinator/Students.tsx index 9128fbf..11a6492 100644 --- a/frontend/src/views/coordinator/Students.tsx +++ b/frontend/src/views/coordinator/Students.tsx @@ -57,15 +57,18 @@ const Students = () => { return (
-
+
-
- {perPageOptions.map(({ value, label }) => ( - + ))}