Uh oh!
There was an error while loading. Please reload this page.
fix(menu): allow text wrapping in menu items - #14503
Conversation
jelbourn
commented
Dec 19, 2018
@crisbeto this is failing presubmit because |
crisbeto
commented
Dec 20, 2018
@jelbourn working around that one would be slightly error prone since we use that mixin in a few places. I remember doing a PostCSS plugin for AngularJS Material where stripped these duplicate properties. Would it be worth porting it to the Material build? |
jelbourn
commented
Dec 20, 2018
That wouldn't work with the Google setup for Angular (vs. AngularJS). With Angular, all the Sass sources are compiled with Google's infrastructure (bazel) vs. AngularJS where we just copied in the CSS output. |
4d3ca2a to
91e40bdComparecrisbeto
commented
Dec 21, 2018
I've reworked it to avoid the issue @jelbourn. |
Allows for the text inside menu items to wrap, instead of having it be truncated. The text was being truncated as a limitation on `mat-select` and `mat-autocomplete`, however we don't have the same limitation on `mat-menu`.
91e40bd to
bfcc33aComparecrisbeto
commented
Feb 26, 2022
Closing since this is supported in the MDC version of the menu. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Allows for the text inside menu items to wrap, instead of having it be truncated. The text was being truncated as a limitation on
mat-selectandmat-autocomplete, however we don't have the same limitation onmat-menu.Note: this is a resubmit of #11430.