From a19f46c4a4acafe9326ca3668f17dc4ad2a61731 Mon Sep 17 00:00:00 2001 From: lethemanh Date: Fri, 24 Jan 2025 08:00:40 +0700 Subject: [PATCH] Fix text overflow in menu account --- tdrive/frontend/src/app/components/menus/menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/frontend/src/app/components/menus/menu.scss b/tdrive/frontend/src/app/components/menus/menu.scss index 4c8a4d81..c49d6a01 100755 --- a/tdrive/frontend/src/app/components/menus/menu.scss +++ b/tdrive/frontend/src/app/components/menus/menu.scss @@ -50,7 +50,7 @@ .email { height: 46px !important; - line-height: 46px !important; + align-items: center; .icon { font-size: 24px; }