mat tooltip width auto code example
Example: increase tooltip width in angular material
// Hi...this is Ayushman
::ng-deep .my-tooltip {
max-width: unset !important;
white-space: pre-wrap;
font-size: 8px;
}
// Hi...this is Ayushman
::ng-deep .my-tooltip {
max-width: unset !important;
white-space: pre-wrap;
font-size: 8px;
}