PolymerEl / paper-tags

paper tags, input tags and paper-tags dropdown for selecting multiple items in a list
https://www.webcomponents.org/element/PolymerEl/paper-tags
MIT License
16 stars 18 forks source link

Set the width of the dropdown? #5

Closed Stefdv closed 7 years ago

Stefdv commented 7 years ago

How can i set the width of the dropdown?

christophe-g commented 7 years ago

Just added a --paper-menu mixin:

<style is="custom-style">
          paper-tags-dropdown {
            --paper-menu: {
              width: 200px;
              }
            }
</style>
Stefdv commented 7 years ago

tx.. that was quick :) 👍