Skip to content

Commit

Permalink
enhance: add extra-padding-y tooltip theme
Browse files Browse the repository at this point in the history
  • Loading branch information
devonzuegel committed Nov 17, 2021
1 parent 6f312d5 commit 2289e77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/css/tooltip.css
Expand Up @@ -661,3 +661,8 @@
.tippy-hover {
cursor: pointer;
}

.tippy-popper .tippy-tooltip.extra-padding-y .py-1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

0 comments on commit 2289e77

Please sign in to comment.