Open lk77 opened 5 years ago
I ran into the same problem as well and noticed some differences in the CSS between my code and the example code.
For me the issue was fixed by applying the following css to the inner container:
.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
border-radius: 50% !important;
margin: -4px;
}
Hello,
there is an issue with the round / square step :
The border is in one div, and the background color is on another div inside
with certain resolutions, there is gaps between the border and the background color, it's best to move the background to the top div, alongside the border.
thanks.