Browse Source

Message: make the text vertically center

IncredibLink 8 năm trước cách đây
mục cha
commit
621c4b445a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/theme-default/src/message.css

+ 2 - 0
packages/theme-default/src/message.css

@@ -22,6 +22,8 @@
       position: relative;
       height: 20px;
       line-height: 20px;
+      display: flex;
+      align-items: center;
 
       @when with-icon {
         margin-left: 0;