Browse Source

Fix trigger icon overflow, close #2109

afc163 7 years ago
parent
commit
4b2de2802e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/GlobalHeader/index.less

+ 1 - 0
src/components/GlobalHeader/index.less

@@ -34,6 +34,7 @@
 i.trigger {
   font-size: 20px;
   line-height: 64px;
+  height: 64px;
   cursor: pointer;
   transition: all 0.3s, padding 0s;
   padding: 24px;