From 87d144aae3a5238a50406a6f7ea10e122bf86556 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Wed, 17 May 2023 22:41:51 +0100 Subject: [PATCH] update default text line-height (#11711) --- frontend/styles/global/_global.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/styles/global/_global.scss b/frontend/styles/global/_global.scss index 0b9416274b..7da0fb0da9 100644 --- a/frontend/styles/global/_global.scss +++ b/frontend/styles/global/_global.scss @@ -62,6 +62,8 @@ a { padding: $pad-xlarge; border-radius: 3px; background-color: $core-white; + // desired default line-height for text is 1.5x the font size. + line-height: 1.5; } .has-sidebar {