Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(list): align icons to top
Browse files Browse the repository at this point in the history
Closes #2589
  • Loading branch information
Marcy Sutton committed May 12, 2015
1 parent 0f49dfc commit a2b88be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ md-list-item, md-list-item .md-list-item-inner {
& > md-icon:first-child,
> md-icon.md-secondary {
width: $list-item-primary-icon-width;
margin-top: 12px;
margin-top: 16px;
margin-bottom: 12px;
box-sizing: content-box;
}
Expand Down Expand Up @@ -197,7 +197,7 @@ md-list-item.md-2-line > .md-no-style {
margin-top: $baseline-grid * 1.5;
}
> md-icon:first-child {
align-self: center;
align-self: flex-start;
}
.md-list-item-text {
flex: 1;
Expand Down

0 comments on commit a2b88be

Please sign in to comment.