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

Secondary icon overlap text

オープン
#602 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
879
フォーク
327
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。