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) {
|
@include m(mini) {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding: 0 5px 0 8px;
|
padding: 0 5px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
|
|
||||||
.el-icon-close {
|
.el-icon-close {
|
||||||
|
|
Loading…
Reference in New Issue