You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Medium texts for tooltip
Describe the solution you'd like
A propriety "max-width" for tooltip component
<buttonmz-buttonmz-tooltip[tooltip]="'Lorem Ipsum é simplesmente uma simulação de texto da indústria tipográfica e de impressos, e vem sendo utilizado desde o século XVI.'"
[max-width]="200">
Tooltip
</button>
Additional context
My actual workaround is change the class .material-tooltip in styles.scss
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Medium texts for tooltip
Describe the solution you'd like
A propriety "max-width" for tooltip component
Additional context
My actual workaround is change the class
.material-tooltip
in styles.scssThe text was updated successfully, but these errors were encountered: