Przeglądaj źródła

Fix PageHeader logo size

afc163 8 lat temu
rodzic
commit
0d17791578
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      src/components/PageHeader/index.less

+ 6 - 0
src/components/PageHeader/index.less

@@ -31,6 +31,12 @@
     flex: 0 1 auto;
     margin-right: 16px;
     padding-top: 1px;
+    > img {
+      width: 28px;
+      height: 28px;
+      border-radius: @border-radius-base;
+      display: block;
+    }
   }
 
   .title {