diff --git a/app/imports/ui/properties/components/attributes/AttributeCard.vue b/app/imports/ui/properties/components/attributes/AttributeCard.vue index 64ccf08b..5a695e6d 100644 --- a/app/imports/ui/properties/components/attributes/AttributeCard.vue +++ b/app/imports/ui/properties/components/attributes/AttributeCard.vue @@ -3,16 +3,14 @@ :hover="hasClickListener" @click="click" > - -
-
- {{ computedValue }} -
-
- {{ model.name }} -
-
-
+
+ + {{ computedValue }} + + + {{ model.name }} + +
@@ -53,6 +51,6 @@