From 375c3adfb1f4d1650087b560c8abb591d42e1855 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 19 Jan 2022 06:57:45 +0000 Subject: [PATCH] fix: show namespace count for long titles (#1057) When the namespace title is to long the count was only shown in the toolip. With this pull request the count is separated from the title and always shown. Co-authored-by: Dominik Pschenitschni Co-authored-by: kolaente Co-authored-by: konrad Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1057 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- src/components/home/navigation.vue | 65 +++++++++++++++++------------- 1 file changed, 38 insertions(+), 27 deletions(-) diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index 9780e4f78..894eab6fa 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -2,7 +2,7 @@