From 6009c105796948004793c6594e9e1ef4cfdd490a Mon Sep 17 00:00:00 2001 From: Ishant Date: Sat, 18 Apr 2020 05:40:54 +0530 Subject: [PATCH] fixed tooltip bug and closes #1679 Signed-off-by: Ishant --- src/components/Controls.vue | 22 +++++++++---------- src/components/boards/BoardItem.vue | 3 ++- .../navigation/AppNavigationBoard.vue | 8 +++++-- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/components/Controls.vue b/src/components/Controls.vue index f238b4d72..c6cdb5ba1 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -31,9 +31,11 @@

-
- - +
+ +
@@ -52,8 +54,8 @@
- - + + - + - + - +
diff --git a/src/components/boards/BoardItem.vue b/src/components/boards/BoardItem.vue index 2ebbeefad..73bf84045 100644 --- a/src/components/boards/BoardItem.vue +++ b/src/components/boards/BoardItem.vue @@ -33,10 +33,11 @@ {{ board.title }}
- +
diff --git a/src/components/navigation/AppNavigationBoard.vue b/src/components/navigation/AppNavigationBoard.vue index 8f9ab828c..95f265bd5 100644 --- a/src/components/navigation/AppNavigationBoard.vue +++ b/src/components/navigation/AppNavigationBoard.vue @@ -36,11 +36,15 @@