Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit f42a9fd

Browse files
committed
Adjusting tootip top padding
1 parent fbd4826 commit f42a9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adamdehaven/vue-custom-tooltip",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A customizable, reusable, and reactive tooltip component for Vue 2 & 3 (and VuePress) projects.",
55
"keywords": [
66
"Vue",

src/tooltip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $easing: ease-out;
7979

8080
&.is-large:after {
8181
width: 340px;
82-
padding: 0.5rem 1rem 0.65rem;
82+
padding: 0.6rem 1rem 0.65rem;
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)