Skip to content

Commit

Permalink
fix(DataTable): correct padding with expandable content (#14302)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jul 27, 2023
1 parent 99470fb commit a49b4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

tr.#{$prefix}--parent-row.#{$prefix}--expandable-row + tr[data-child-row] td {
padding-left: 4rem;
padding-left: 3.5rem;
border-bottom: 1px solid $border-subtle;
transition: padding-bottom $duration-fast-02 motion(standard, productive),
transform $duration-fast-02 motion(standard, productive),
Expand Down

0 comments on commit a49b4b2

Please sign in to comment.