Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
}
 
PREVIOUS NEXT
Tagged: #change #font #size #angular #material #tooltip
ADD COMMENT
Topic
Name
4+5 =