From 00c61e570f97792b73827d9072d2c4a4472d4a87 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 10 Dec 2021 18:32:38 +0100 Subject: [PATCH] Message Context Menu: More compact height (#1565) --- src/components/ui/MenuItem.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/MenuItem.scss b/src/components/ui/MenuItem.scss index dc711c172..4cae49486 100644 --- a/src/components/ui/MenuItem.scss +++ b/src/components/ui/MenuItem.scss @@ -5,7 +5,7 @@ box-shadow: none !important; outline: none !important; display: flex; - padding: 1rem; + padding: 0.75rem 1rem; position: relative; overflow: hidden; line-height: 1.5rem;