We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc449a commit e033f85Copy full SHA for e033f85
packages/main/src/components/AnalyticalTable/AnayticalTable.jss.ts
@@ -7,7 +7,7 @@ const styles = {
7
width: '100%',
8
maxWidth: '100%',
9
overflowX: 'auto',
10
- height: `calc(100% - ${CssSizeVariables.sapWcrAnalyticalTableRowHeight})`,
+ height: '100%',
11
minHeight: '3rem',
12
fontFamily: ThemingParameters.sapFontFamily,
13
fontSize: ThemingParameters.sapFontSize,
0 commit comments