Skip to content

Commit 3f3bbd2

Browse files
committed
fix(tooltip): correct selector syntax for tooltip max-width handling
1 parent 6acf419 commit 3f3bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/tooltip/_tooltip-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
}
3838

39-
.igx-tooltip:has(> :not([data-arrow]):not(igx-tooltip-close-button)) {
39+
.igx-tooltip:has(> :not([data-arrow], igx-tooltip-close-button)) {
4040
--igx-tooltip-max-width: none;
4141
}
4242

0 commit comments

Comments
 (0)