From 7e7ce9fbd08e747a519ab4714be3da5f95bcbd7d Mon Sep 17 00:00:00 2001 From: Nick Funk Date: Mon, 26 Aug 2019 09:51:54 -0600 Subject: [PATCH] Ensure user drawer status is padded properly when a user selects themselves (#2506) CORL-531 --- .../UserHistoryDrawer/UserHistoryDrawerContainer.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css index 2bcc983d0..9c2c12c3e 100644 --- a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css +++ b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css @@ -91,5 +91,7 @@ hr { border-width: 1px; border-radius: var(--round-corners); padding-left: var(--spacing-2); - padding-right: var(--spacing-1); + padding-right: var(--spacing-2); + + min-height: 21px; }