This is an automated email from the ASF dual-hosted git repository.
zakwu pushed a commit to branch new-web-client
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git
The following commit(s) were added to refs/heads/new-web-client by this push:
new a6d697d fix(request): request menu css issue
a6d697d is described below
commit a6d697dce2ef0b7fcc2927c1ecb264dc398f3fac
Author: zakwu <[email protected]>
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