소스 검색

Message: make the text vertically center

IncredibLink 8 년 전
부모
커밋
621c4b445a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;