Skip to content

Commit

Permalink
fix(tooltip): change max-width for tooltip (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamlaDemir authored Jul 29, 2022
1 parent bad2d8a commit e066697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip/bl-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
top: var(--bl-tooltip-top);
visibility: var(--bl-tooltip-visibility);
z-index: 999;
max-width: 312px;
max-width: 424px;
}

.arrow {
Expand Down

0 comments on commit e066697

Please sign in to comment.