From 553cb10704fb327b17375120e3a0f9a77bd764ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 2 Jan 2020 11:24:13 +0100 Subject: [PATCH] fix(tables): more precise line-heights --- scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 940ec44a69..c860e16c53 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -424,8 +424,8 @@ $hr-margin-y: $spacer !default; $table-cell-padding: .75rem map-get($spacers, 2) .875rem !default; // Boosted mod $table-cell-padding-sm: .5rem map-get($spacers, 2) map-get($spacers, 2) !default; // Boosted mod // stylelint-disable function-blacklist -$table-cell-line-height: calc(23 / 16) !default; // Boosted mod -$table-cell-line-height-sm: calc(21 / 16) !default; // Boosted mod +$table-cell-line-height: calc(22 / 16) !default; // Boosted mod +$table-cell-line-height-sm: calc(20 / 16) !default; // Boosted mod // stylelint-enable function-blacklist $table-color: $body-color !default;