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

Commit

Permalink
Adjusting tootip top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 10, 2021
1 parent fbd4826 commit f42a9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adamdehaven/vue-custom-tooltip",
"version": "2.0.1",
"version": "2.0.2",
"description": "A customizable, reusable, and reactive tooltip component for Vue 2 & 3 (and VuePress) projects.",
"keywords": [
"Vue",
Expand Down
2 changes: 1 addition & 1 deletion src/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $easing: ease-out;

&.is-large:after {
width: 340px;
padding: 0.5rem 1rem 0.65rem;
padding: 0.6rem 1rem 0.65rem;
}
}
}
Expand Down

0 comments on commit f42a9fd

Please sign in to comment.