From e6a480a04e2c78654c34dab54efdb093813f7e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Herrmann?= Date: Thu, 31 Aug 2017 14:52:35 +0200 Subject: [PATCH] Use size property for tooltips There seems to be an issue with vue-bulma/tooltip when using the `type` property. When you try to use it with type `small` `tooltip--small` and `tooltip--medium` gets applied. https://github.com/vue-bulma/tooltip/blob/master/src/index.js#L55 I think its safe for now to just use the size `property`. --- client/views/components/Tooltip.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/views/components/Tooltip.vue b/client/views/components/Tooltip.vue index c0f3504c..2f9fc352 100644 --- a/client/views/components/Tooltip.vue +++ b/client/views/components/Tooltip.vue @@ -122,14 +122,14 @@

Sizes

- +
- +