Browse Source

fix: hover effect (#3027)

change `width` to `min-width` in order to be compatible with the width of the globalheader's account is more than 160px
JoeyKo 7 năm trước cách đây
mục cha
commit
4eb069916e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/GlobalHeader/index.less

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

@@ -29,7 +29,7 @@
     margin-right: 8px;
   }
   :global(.ant-dropdown-menu-item) {
-    width: 160px;
+    min-width: 160px;
   }
 }