File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 174174 .label-and-input-container {
175175 @apply (--layout-flex-auto);
176176 @apply (--layout-relative);
177+ width : 100% ;
178+ max-width : 100% ;
177179 }
178180
179181 .input-content {
251253 box-shadow : none;
252254 padding : 0 ;
253255 width : 100% ;
256+ max-width : 100% ;
254257 background : transparent;
255258 border : none;
256259 color : var (--paper-input-container-input-color , --primary-text-color );
264267 ::content [prefix ] {
265268 @apply (--paper-font-subhead);
266269 @apply (--paper-input-prefix);
270+ @apply (--layout-flex-none);
267271 }
268272
269273 ::content [suffix ] {
270274 @apply (--paper-font-subhead);
271275 @apply (--paper-input-suffix);
276+ @apply (--layout-flex-none);
272277 }
273278
274279 /* Firefox sets a min-width on the input, which can cause layout issues */
You can’t perform that action at this time.
0 commit comments