From 878116f12f1757d8a2f7ea1c3599c8206ca1f8c2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Jul 2020 09:29:51 -0400 Subject: [PATCH] Round the tooltip corners --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 515945d..9fca10e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -100,6 +100,7 @@ body, html { .tippy-box { text-align: center; + border-radius: 10px; } .tippy-box .tooltip-title {