Skip to content

Commit 7a80e67

Browse files
fix(structured-list): top align header text (#8166)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 41a55d1 commit 7a80e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/structured-list/_structured-list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
font-weight: 600;
9797
text-align: left;
9898
text-transform: $structured-list-text-transform;
99-
vertical-align: bottom;
99+
vertical-align: top;
100100
}
101101

102102
.#{$prefix}--structured-list-tbody {

0 commit comments

Comments
 (0)