mirror of https://github.com/ElemeFE/element
Message: make the text vertically center
parent
6afa2ba690
commit
621c4b445a
|
@ -22,6 +22,8 @@
|
|||
position: relative;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@when with-icon {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue