From 5a37eec9ffd29e3501ae4096f2b2dad83117f472 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 20 Jan 2023 10:38:53 -0500 Subject: [PATCH] Fix missing semicolon. --- src/styles/common-typography-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common-typography-styles.scss b/src/styles/common-typography-styles.scss index 0286bd046..72b2e5875 100644 --- a/src/styles/common-typography-styles.scss +++ b/src/styles/common-typography-styles.scss @@ -42,7 +42,7 @@ h6, .small { font-size: 0.875rem; - line-height: 1.7 + line-height: 1.7; font-weight: 400; }