style(NoticeBar): improve text size adjust (#6177)

This commit is contained in:
neverland 2020-04-29 20:20:55 +08:00 committed by GitHub
parent 0a3cafcedb
commit 79d50eaf43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,10 @@
&__wrap {
position: relative;
display: flex;
flex: 1;
height: @notice-bar-line-height;
align-items: center;
height: 100%;
overflow: hidden;
}