diff --git a/front/src/components/ui/Card.vue b/front/src/components/ui/Card.vue index 2e4c8b837..f35d8a94c 100644 --- a/front/src/components/ui/Card.vue +++ b/front/src/components/ui/Card.vue @@ -74,11 +74,11 @@ const attributes = computed(() => -
+ #{{ tag }} -
+ @@ -191,8 +191,7 @@ const attributes = computed(() => } >.tags { - /* Tags have an inherent padding which we offset here: */ - padding: 0 calc(var(--fw-card-padding) - 12px); + padding: 0 var(--fw-card-padding); margin-top: 8px; }