This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 @include feature-targeting .targets ($feat-structure ) {
5252 display : flex ;
5353 flex-flow : wrap ;
54+ min-width : 0 ;
5455 }
5556 }
5657
Original file line number Diff line number Diff line change 116116 .mdc-evolution-chip {
117117 @include feature-targeting .targets ($feat-structure ) {
118118 position : relative ;
119+ max-width : 100% ;
119120 }
120121 @include elevation-theme .overlay-dimensions (100% , $query : $query );
121122 }
127128 }
128129 }
129130
131+ .mdc-evolution-chip__cell--primary {
132+ @include feature-targeting .targets ($feat-structure ) {
133+ overflow-x : hidden ;
134+ }
135+ }
136+
137+ .mdc-evolution-chip__cell--trailing {
138+ @include feature-targeting .targets ($feat-structure ) {
139+ flex : 1 0 auto ;
140+ }
141+ }
142+
130143 .mdc-evolution-chip__action {
131144 @include feature-targeting .targets ($feat-structure ) {
132145 align-items : center ;
153166 }
154167 }
155168
169+ .mdc-evolution-chip__action--primary {
170+ @include feature-targeting .targets ($feat-structure ) {
171+ overflow-x : hidden ;
172+ }
173+ }
174+
156175 .mdc-evolution-chip__action--trailing {
157176 @include feature-targeting .targets ($feat-structure ) {
158177 position : relative ;
188207 @include feature-targeting .targets ($feat-structure ) {
189208 white-space : nowrap ;
190209 user-select : none ;
210+ text-overflow : ellipsis ;
211+ overflow : hidden ;
191212 }
192213 }
193214
199220 overflow : hidden ;
200221 pointer-events : none ;
201222 position : relative ;
223+ flex : 1 0 auto ;
202224 }
203225 }
204226
You can’t perform that action at this time.
0 commit comments