From 1012c1ed825d394d1bc966e34de2a113482df119 Mon Sep 17 00:00:00 2001 From: Sourabh Saraswat Date: Wed, 14 Apr 2021 15:36:00 +0530 Subject: [PATCH] [ui] Improve the mobile view of the dashboard This commit improves the mobile UI of sortinghat dashboard. It fixes the issues of the content overflowing. Signed-off-by: Sourabh Saraswat --- ui/src/components/IndividualEntry.vue | 6 ++++-- ui/src/components/WorkSpace.vue | 4 ++-- ui/src/views/Dashboard.vue | 12 ++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ui/src/components/IndividualEntry.vue b/ui/src/components/IndividualEntry.vue index d851ea55c..d85c6cfbb 100644 --- a/ui/src/components/IndividualEntry.vue +++ b/ui/src/components/IndividualEntry.vue @@ -85,7 +85,7 @@ - + {{ email }} {{ email }} @@ -103,7 +103,7 @@ - + diff --git a/ui/src/components/WorkSpace.vue b/ui/src/components/WorkSpace.vue index 7e029b1d2..19ead25f9 100644 --- a/ui/src/components/WorkSpace.vue +++ b/ui/src/components/WorkSpace.vue @@ -8,7 +8,7 @@ @dragenter.prevent="onDrag($event)" @dragleave.prevent="isDragging = false" > - +

mdi-pin @@ -47,7 +47,7 @@