Skip to content

Commit a192c2d

Browse files
fix(docs-infra): apply text-top instead of top for table alignment (#47457)
use `text-top` instead of `top` for table cells verical alignment so that the texts are correctly vertially aligned regardless on the dom structure resolves #47423 PR Close #47457
1 parent 14cb9fb commit a192c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/src/styles/2-modules/table/_table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ table {
3737
padding: 16px;
3838
text-align: left;
3939
@include mixins.line-height(24);
40-
vertical-align: top;
40+
vertical-align: baseline;
4141

4242
@media (max-width: 480px) {
4343
&:before {

0 commit comments

Comments
 (0)