You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to make the wired-combo element of any other width then it's default, the wired-input element expands nicely when given a width, but the wired-combo only expands it's container while the id="textPanel" element remains the same width
CodeSandbox
The simplest example, I have tried some other selector variants, but nothing works for me :(
Issue Description
I am unable to make the
wired-combo
element of any other width then it's default, thewired-input
element expands nicely when given a width, but thewired-combo
only expands it's container while theid="textPanel"
element remains the same widthCodeSandbox
The simplest example, I have tried some other selector variants, but nothing works for me :(
link to sandbox
Proposed solution
It would be best if the elements just filled the
container
and then we would be able to control it's width very easilyThe text was updated successfully, but these errors were encountered: