We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eff938 commit 62d2e37Copy full SHA for 62d2e37
src/material-experimental/mdc-form-field/form-field.scss
@@ -26,9 +26,11 @@
26
// and the subscript wrapper.
27
.mat-mdc-form-field {
28
display: inline-flex;
29
- // this container contains the text-field and the subscript. The subscript
+ // This container contains the text-field and the subscript. The subscript
30
// should be displayed below the text-field. Hence the column direction.
31
flex-direction: column;
32
+ // This allows the form-field to shrink down when used inside flex or grid layouts.
33
+ min-width: 0;
34
}
35
36
// Container that contains the prefixes, infix and suffixes. These elements should
0 commit comments