Answers for "change font size of angular material tooltip"

0

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;
}
Posted by: Guest on December-23-2020
0

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;
}
Posted by: Guest on December-23-2020

Code answers related to "change font size of angular material tooltip"

Code answers related to "Javascript"

Browse Popular Code Answers by Language