From: Mark Otto Date: Thu, 19 Oct 2017 02:48:35 +0000 (-0700) Subject: Increase headings-line-height from 1.1 to 1.2 (#24423) X-Git-Tag: v4.0.0-beta.2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94fec94b239c29c62ce7d7470d69539cf009a13;p=thirdparty%2Fbootstrap.git Increase headings-line-height from 1.1 to 1.2 (#24423) This way, descenders are not cropped when truncating. Fixes #23956. --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 271bdb3b35..2301d8d79c 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -233,7 +233,7 @@ $h6-font-size: $font-size-base !default; $headings-margin-bottom: ($spacer / 2) !default; $headings-font-family: inherit !default; $headings-font-weight: 500 !default; -$headings-line-height: 1.1 !default; +$headings-line-height: 1.2 !default; $headings-color: inherit !default; $display1-size: 6rem !default;