From 62aaf2a5be73feeb557e741115375f39f478bd98 Mon Sep 17 00:00:00 2001 From: Andrew McIntee Date: Wed, 24 Jun 2020 17:46:42 -0400 Subject: [PATCH] Patch reboot line-height reset to prevent conflict with Ladera --- lib/sage-frontend/stylesheets/system/vendor/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sage-frontend/stylesheets/system/vendor/_reboot.scss b/lib/sage-frontend/stylesheets/system/vendor/_reboot.scss index 9a3905673..8ff42928f 100644 --- a/lib/sage-frontend/stylesheets/system/vendor/_reboot.scss +++ b/lib/sage-frontend/stylesheets/system/vendor/_reboot.scss @@ -31,7 +31,7 @@ body { "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; - line-height: 1.875; + line-height: 1.5; /* NOTE: line-height must be '1.5' to avoid conflicts with Ladera */ text-align: left; }