From 4005d70bb96f5bba0e61761a2482f8ca4a37d15d Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Mon, 7 Jun 2021 13:45:33 +0530 Subject: [PATCH] Increase height to make element more centered Signed-off-by: RMidhunSuresh --- src/platform/web/ui/css/themes/element/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index dd09b0f1..b0847b37 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -808,7 +808,7 @@ button.link { .RoomDetailsView_label::before { padding-right: 16px; - height: 20px; + height: 24px; width: 20px; }