adopted-ember-addons / adopted-ember-addons/ember-paper
Secondary icon overlap text
未關閉
- 主要語言
- JavaScript
- 星號
- 879
- 分支
- 327
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hi guys, When you create a list with avatars and secondary button, the secondary button overlaps the text

I'm using this code
```
{{#paper-list}}
{{#paper-subheader}}Equipos{{/paper-subheader}}
{{#each model as |team|}}
{{#paper-item class="md-3-line" onClick=(action "viewTeamDetail" team.id) as |control|}}
{{team.name}}
Entrenador: {{team.coach}}
{{team.description}}
{{#control.button secondary=true iconButton=true raised=true accent=true}}
{{paper-icon "favorite"}}
{{/control.button}}
{{/paper-item}}
{{/each}}
{{/paper-list}}
```
Any solutions?
thanks
貢獻指南
評估
這個 Issue 還沒有評估資料。