Ensure user drawer status is padded properly when a user selects themselves (#2506)

CORL-531
This commit is contained in:
Nick Funk
2019-08-26 09:51:54 -06:00
committed by Kim Gardner
parent 0e37a474fa
commit 7e7ce9fbd0
@@ -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;
}