Skip to content

Commit

Permalink
fix: add missing default for text-line-height (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arantiryo authored Nov 2, 2022
1 parent 1438bad commit f94e559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ct-text-color: rgba(0, 0, 0, 0.4) !default;
$ct-text-size: 0.75rem !default;
$ct-text-align: flex-start !default;
$ct-text-justify: flex-start !default;
$ct-text-line-height: 1;
$ct-text-line-height: 1 !default;

// Grid styles
$ct-grid-color: rgba(0, 0, 0, 0.2) !default;
Expand Down

0 comments on commit f94e559

Please sign in to comment.