Skip to content

Commit

Permalink
fix(list): vertically center list item content (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Oct 10, 2019
1 parent ec29ca7 commit 7a179bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/framework/theme/components/list/list-item.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:host {
display: flex;
align-items: center;
flex-shrink: 0;
}

0 comments on commit 7a179bc

Please sign in to comment.