Skip to content

Commit

Permalink
Merge pull request #4838 from ProZsolt/patch-1
Browse files Browse the repository at this point in the history
Fix alignment in list-control.html
  • Loading branch information
sgomes authored Oct 12, 2016
2 parents fcb8c35 + da66171 commit 60e3886
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/list/snippets/list-control.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
<i class="material-icons mdl-list__item-avatar">person</i>
Aaron Paul
</span>
<span class="mdl-list__item-secondary-action">
<label class="demo-list-radio mdl-radio mdl-js-radio mdl-js-ripple-effect" for="list-option-1">
<input type="radio" id="list-option-1" class="mdl-radio__button" name="options" value="1" checked />
</label>
<span class="mdl-list__item-secondary-action">
<label class="demo-list-radio mdl-radio mdl-js-radio mdl-js-ripple-effect" for="list-option-1">
<input type="radio" id="list-option-1" class="mdl-radio__button" name="options" value="1" checked />
</label>
</span>
</li>
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-avatar">person</i>
Bob Odenkirk
</span>
<span class="mdl-list__item-secondary-action">
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="list-switch-1">
<input type="checkbox" id="list-switch-1" class="mdl-switch__input" checked />
</label>
<span class="mdl-list__item-secondary-action">
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="list-switch-1">
<input type="checkbox" id="list-switch-1" class="mdl-switch__input" checked />
</label>
</span>
</li>
</ul>

0 comments on commit 60e3886

Please sign in to comment.