mirror of https://github.com/ElemeFE/element
Fix padding for mini Tag without close
parent
fe15518f19
commit
3f12de1f79
|
@ -135,7 +135,7 @@
|
|||
|
||||
@include m(mini) {
|
||||
height: 20px;
|
||||
padding: 0 5px 0 8px;
|
||||
padding: 0 5px;
|
||||
line-height: 19px;
|
||||
|
||||
.el-icon-close {
|
||||
|
|
Loading…
Reference in New Issue