We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a82174 commit 2786b34Copy full SHA for 2786b34
src/lib/tooltip/tooltip.scss
@@ -22,6 +22,8 @@ $mat-tooltip-handset-margin: 24px;
22
max-width: $mat-tooltip-max-width;
23
padding-left: $mat-tooltip-horizontal-padding;
24
padding-right: $mat-tooltip-horizontal-padding;
25
+ overflow: hidden;
26
+ text-overflow: ellipsis;
27
28
@include cdk-high-contrast {
29
outline: solid 1px;
0 commit comments