Skip to content

Commit

Permalink
fix(structured-list): Update header alignment to bottom to match desi…
Browse files Browse the repository at this point in the history
…gns (#753)
  • Loading branch information
alisonjoseph authored and marijohannessen committed May 8, 2018
1 parent b3148cf commit e8add07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structured-list/_structured-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
height: rem(40px);
text-align: left;
text-transform: $structured-list-text-transform;
vertical-align: middle;
vertical-align: bottom;
}

.#{$prefix}--structured-list-tbody {
Expand Down

0 comments on commit e8add07

Please sign in to comment.