From 60ad55b8f73d9f946787fd264161c6859ba81db6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Dec 2015 00:16:46 -0800 Subject: [PATCH] fixes #17776 --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 7b9fa7c405..803cd0199d 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -185,7 +185,7 @@ $list-inline-padding: 5px !default; // Components // -// Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). +// Define common padding and border radius sizes and more. $line-height-lg: (4 / 3) !default; $line-height-sm: 1.5 !default;