Skip to content

Commit

Permalink
fix(structured-list): top align header text
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 23, 2021
1 parent 8756867 commit b102aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
font-weight: 600;
text-align: left;
text-transform: $structured-list-text-transform;
vertical-align: bottom;
vertical-align: top;
}

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

0 comments on commit b102aad

Please sign in to comment.