Skip to content

Commit

Permalink
fix(tooltip): use max-content width for tooltip content (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: Enes Yıldırım <[email protected]>
Co-authored-by: Murat Çorlu <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2022
1 parent 416ae79 commit 54ca2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tooltip/bl-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
visibility: var(--visibility);
z-index: 999;
max-width: 424px;
width: max-content;
}

.arrow {
Expand Down

0 comments on commit 54ca2c0

Please sign in to comment.