I need to increase the width of the tooltip angular tooltip
Angular Material Tooltip I tried:
::ng-deep .mat-tooltip {
padding: 15px;
font-size: 12px;
}
The padding and font-size has been applied, but I can not change the width of the tooltip. I tried to set a fixed value for width, eg 400px! Important or 100%! Important, but they both made no difference. I wish there were no line breaks. Does anyone know how to increase?