You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/07/13 04:38:30 UTC

[incubator-inlong] 10/10: fix(request): request menu css issue

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch new-web-client
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit a6d697dce2ef0b7fcc2927c1ecb264dc398f3fac
Author: zakwu <12...@qq.com>
AuthorDate: Fri Nov 6 14:13:53 2020 +0800

    fix(request): request menu css issue
---
 web/src/components/Layout/index.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/src/components/Layout/index.less b/web/src/components/Layout/index.less
index 4d0184e..6e0ed86 100644
--- a/web/src/components/Layout/index.less
+++ b/web/src/components/Layout/index.less
@@ -24,4 +24,8 @@
   a {
     margin-right: 8px;
   }
+}
+
+.ant-layout-sider-collapsed .ant-pro-sider-menu-logo {
+  margin-left: -15px;
 }
\ No newline at end of file