set tooltip material angular fontsize code example
Example: change font size of angular material tooltip
::ng-deep .my-tooltip {
// white-space: pre-line;
// width: 1500px;
// width: fit-content;
max-width: unset !important;
white-space: pre-wrap;
font-size: 8px;
}