79223064

Date: 2024-11-25 12:44:06
Score: 0.5
Natty:
Report link

.mdc-tooltip__surface has text-align

so this will do the trick in global styles.css for angular 15:

.mdc-tooltip {
  white-space: pre-line;
  .mdc-tooltip__surface {
    text-align: justify;
    font-size: var(--text-sm);
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sanid Sa