Skip to content

Commit

Permalink
fix(tooltip): long continuous strings overflowing tooltip container (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and josephperrott committed May 31, 2018
1 parent bbb1d39 commit c5f1293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $mat-tooltip-handset-margin: 24px;
max-width: $mat-tooltip-max-width;
padding-left: $mat-tooltip-horizontal-padding;
padding-right: $mat-tooltip-horizontal-padding;
overflow: hidden;
text-overflow: ellipsis;

@include cdk-high-contrast {
outline: solid 1px;
Expand Down

0 comments on commit c5f1293

Please sign in to comment.