Skip to content

Commit

Permalink
fix(text-align): align on the left for other cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynguyenslng authored and pauleustice committed Apr 23, 2024
1 parent 660922f commit 25109be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.lg-table-cell__content {
margin-left: 0;
margin-bottom: var(--space-md);
text-align: start;
}

&:last-child {
Expand Down Expand Up @@ -46,6 +47,7 @@

.lg-table-cell__content--hidden-label {
margin-left: 0;
text-align: start;
}

.lg-table-cell--expandable-content {
Expand Down

0 comments on commit 25109be

Please sign in to comment.