Skip to content

Commit

Permalink
Bugfix in arrow border width style (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Oct 24, 2023
1 parent dcd32da commit 0e143b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@

.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::before {
border-color: transparent transparent transparent var(--tooltipBorder);
border-width: 0.5rem 0 0.5rem 0.4em;
border-width: 0.5rem 0 0.5rem 0.4rem;
}

.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::after {
border-color: transparent transparent transparent var(--tooltipBackground);
border-width: 0.5rem 0 0.5rem 0.4em;
border-width: 0.5rem 0 0.5rem 0.4rem;
left: 3px;
top: 0;
}

0 comments on commit 0e143b0

Please sign in to comment.