Skip to content

Commit

Permalink
fix(structured-list): top align header text (#8166)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] committed Mar 29, 2021
1 parent 41a55d1 commit 7a80e67
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 7a80e67

Please sign in to comment.