From 3c9d35111407f84656e77730131927f3b0efd2aa Mon Sep 17 00:00:00 2001 From: Sourabh Saraswat Date: Wed, 14 Apr 2021 15:36:00 +0530 Subject: [PATCH] Fixes Mobile View of dashboard This commit improves the Mobile UI of Dashboard It Includes fixes of content Overflowing out of boxes in Mobile UI. 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 @@