Answers for "change mat tooltip font size"

CSS
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

Browse Popular Code Answers by Language