adopted-ember-addons / adopted-ember-addons/ember-paper

Secondary icon overlap text

Open
#602 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
879
Forks
327
PR merge metrics
No merged PRs in 30d

Description

Hi guys, When you create a list with avatars and secondary button, the secondary button overlaps the text
![image](https://cloud.githubusercontent.com/assets/9079747/21526012/2ddf549a-ccef-11e6-8be3-53ada8a4ae83.png)
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|}}
{{item.name}}


{{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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.