From c90d42a7a9fa2d08a5190f55dea895530bdfd5a1 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sat, 6 Feb 2021 12:36:19 +0530 Subject: [PATCH] Fix widget padding on the dashboard UI --- frontend/src/views/Dashboard.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue index 7fd7511..2512b0b 100644 --- a/frontend/src/views/Dashboard.vue +++ b/frontend/src/views/Dashboard.vue @@ -14,13 +14,13 @@
-
+

{{ $utils.niceNumber(counts.lists.total) }}

{{ $tc('globals.terms.list', counts.lists.total) }}

-
+
  • @@ -45,13 +45,13 @@
    -
    +

    {{ $utils.niceNumber(counts.campaigns.total) }}

    {{ $tc('globals.terms.campaign', counts.campaigns.total) }}

    -
    +
    • {{ status }} @@ -66,14 +66,14 @@
      -
      +

      {{ $utils.niceNumber(counts.subscribers.total) }}

      {{ $tc('globals.terms.subscriber', counts.subscribers.total) }}

      -
      +