Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add a div around the label so we can do text-overflow: ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Aug 5, 2014
1 parent 194451a commit b17c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<paper-ripple id="ripple"></paper-ripple>

<core-icon id="icon" hidden?="{{!iconSrc && !icon}}" src="{{iconSrc}}" icon="{{icon}}"></core-icon>
{{label}}
<div id="label">{{label}}</div>
<content></content>
</template>

Expand Down

0 comments on commit b17c495

Please sign in to comment.