Skip to content

Commit e033f85

Browse files
fix(AnalyticalTable): use 100% of the parent height (#512)
1 parent fcc449a commit e033f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/AnayticalTable.jss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const styles = {
77
width: '100%',
88
maxWidth: '100%',
99
overflowX: 'auto',
10-
height: `calc(100% - ${CssSizeVariables.sapWcrAnalyticalTableRowHeight})`,
10+
height: '100%',
1111
minHeight: '3rem',
1212
fontFamily: ThemingParameters.sapFontFamily,
1313
fontSize: ThemingParameters.sapFontSize,

0 commit comments

Comments
 (0)