Skip to content

Commit

Permalink
fix(tables): more precise line-heights
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 2, 2020
1 parent acaf48a commit 553cb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 553cb10

Please sign in to comment.