summaryrefslogtreecommitdiffstats
path: root/src/components/Properties
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-10 10:06:01 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-12 21:38:01 +0100
commita79a8d6356b0e72627f085938b4bb34767525102 (patch)
tree2097c00bbd47cfa94f5611a49c29f10cf380011a /src/components/Properties
parent664d0685feb851604717e14edbd4458b20e5addc (diff)
Sharing design and cdav request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/Properties')
-rw-r--r--src/components/Properties/PropertyTitle.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Properties/PropertyTitle.vue b/src/components/Properties/PropertyTitle.vue
index 18947907..8c6341d4 100644
--- a/src/components/Properties/PropertyTitle.vue
+++ b/src/components/Properties/PropertyTitle.vue
@@ -25,7 +25,7 @@
<div :class="icon" class="property__label property__title--icon" />
{{ readableName }}
<!-- display tooltip with hint if available -->
- <div v-tooltip.right="info" v-if="info" class="icon-details" />
+ <div v-tooltip.auto="info" v-if="info" class="icon-details" />
</h3>
</template>