.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); } }