From a49b4b283cf1a9cb62bee883e2abdc5930c56286 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Thu, 27 Jul 2023 16:06:45 -0400 Subject: [PATCH] fix(DataTable): correct padding with expandable content (#14302) --- .../data-table/expandable/_data-table-expandable.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/scss/components/data-table/expandable/_data-table-expandable.scss b/packages/styles/scss/components/data-table/expandable/_data-table-expandable.scss index aadd7120c09a..fe5b6d10557d 100644 --- a/packages/styles/scss/components/data-table/expandable/_data-table-expandable.scss +++ b/packages/styles/scss/components/data-table/expandable/_data-table-expandable.scss @@ -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),