Skip to content

Commit

Permalink
fix: tooltip padding
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Sep 26, 2021
1 parent 909e6ae commit e7efd7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_popups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
background: var(--ls-primary-background-color);
}

.tippy-tooltip-content > .pr-3 {
padding-left: 0.75rem;
}

.tippy-tooltip-content > .tippy-wrapper.overflow-y-auto {
overflow: visible;
display: flex;
Expand Down

0 comments on commit e7efd7f

Please sign in to comment.