Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
}
 
PREVIOUS NEXT
Tagged: #increase #tooltip #width #angular #material
ADD COMMENT
Topic
Name
6+9 =