diff --git a/projects/element-theme/src/styles/bootstrap/_tables.scss b/projects/element-theme/src/styles/bootstrap/_tables.scss index 56354cf1e4..a0f68914f6 100644 --- a/projects/element-theme/src/styles/bootstrap/_tables.scss +++ b/projects/element-theme/src/styles/bootstrap/_tables.scss @@ -96,7 +96,7 @@ } :is(th, td) { - block-size: 64px; + block-size: calc(2lh + 2 * map.get(spacers.$spacers, 2) + 2 * map.get(spacers.$spacers, 5)); } } } @@ -118,7 +118,7 @@ tbody { :is(th, td) { - block-size: 48px; + block-size: calc(2lh + 2 * map.get(spacers.$spacers, 4)); } } }