Skip to content

Commit 30ead6e

Browse files
authored
fix(AnalyticalTable): correct indentation for tree tables with custom cell (#5765)
1 parent 368815a commit 30ead6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/components/AnalyticalTable/defaults/Column/Expandable.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.container {
22
height: var(--_ui5wcr-AnalyticalTableExpandButtonHeight);
33
margin-inline-end: 0.125rem;
4+
flex-shrink: 0;
45
}
56

67
.icon {
@@ -24,6 +25,7 @@
2425

2526
.nonExpandableCellSpacer {
2627
width: var(--_ui5wcr-AnalyticalTableExpandIndicatorWidth);
28+
flex-shrink: 0;
2729
}
2830

2931
.withExpandableButton {

0 commit comments

Comments
 (0)