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 {
250252 box-shadow : none;
251253 padding : 0 ;
252254 width : 100% ;
255+ max-width : 100% ;
253256 background : transparent;
254257 border : none;
255258 color : var (--paper-input-container-input-color , --primary-text-color );
263266 ::content [prefix ] {
264267 @apply (--paper-font-subhead);
265268 @apply (--paper-input-prefix);
269+ @apply (--layout-flex-none);
266270 }
267271
268272 ::content [suffix ] {
269273 @apply (--paper-font-subhead);
270274 @apply (--paper-input-suffix);
275+ @apply (--layout-flex-none);
271276 }
272277
273278 /* 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