Closed andrewspy closed 2 years ago
Description
Suffix icon wrap into next line when width of element is narrow (i.e. 200px).
Reproduce
style="width: 200px;"
<paper-autocomplete id="suffix" style="width: 200px;" class="autocomplete-states" label="Using suffix"> <paper-icon-button slot="suffix" suffix icon="search"></paper-icon-button> </paper-autocomplete>
Expected Result
Suffix icon should not be wrap.
Actual Result
Suffix icon is wrap to next line.
Description
Suffix icon wrap into next line when width of element is narrow (i.e. 200px).
Reproduce
style="width: 200px;"
Expected Result
Suffix icon should not be wrap.
Actual Result
Suffix icon is wrap to next line.