style(theme-chalk): fix el-step padding-right in vertical layout (#22141)

Fix the right inner margin issue of el-step in vertical layout
This commit is contained in:
duyidao
2025-09-16 13:40:42 +08:00
committed by GitHub
parent 0c09980630
commit 8ef407fac4

View File

@@ -212,6 +212,10 @@
width: 24px;
}
}
@include e(description) {
padding-right: 0;
}
}
@include when(center) {