From f47c8661da7f8ac24b0b40452c76a8042e744050 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Thu, 13 Aug 2020 12:40:10 -0400 Subject: [PATCH] adjust line height for recent history (#3099) --- .../client/admin/components/UserHistoryDrawer/RecentHistory.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/client/admin/components/UserHistoryDrawer/RecentHistory.css b/src/core/client/admin/components/UserHistoryDrawer/RecentHistory.css index 770a1b2d6..6210066db 100644 --- a/src/core/client/admin/components/UserHistoryDrawer/RecentHistory.css +++ b/src/core/client/admin/components/UserHistoryDrawer/RecentHistory.css @@ -29,7 +29,7 @@ $recent-history-triggered: var(--palette-error-500); font-family: var(--font-family-primary); font-weight: var(--font-weight-primary-semi-bold); font-size: var(--font-size-6); - line-height: 0.67; + line-height: 1; color: $recent-history-info; margin: 0; }