From e910df37d75de3a970af3a3a07b6425a686a325d Mon Sep 17 00:00:00 2001 From: kik4 Date: Sun, 18 Nov 2018 02:56:31 +0900 Subject: [PATCH] fixed border gap of WizardStep in Chrome zoomed it in --- src/assets/form-wizard/_wizard-card.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/assets/form-wizard/_wizard-card.scss b/src/assets/form-wizard/_wizard-card.scss index 1f79981..3d99caf 100644 --- a/src/assets/form-wizard/_wizard-card.scss +++ b/src/assets/form-wizard/_wizard-card.scss @@ -41,10 +41,15 @@ display: flex; justify-content: center; flex: 1; - border-radius: 40%; - &.square_shape, &.tab_shape { + border-radius: 50%; + margin: -3px; + &.square_shape { border-radius: 0; } + &.tab_shape { + border-radius: 0; + margin: 0; + } } .wizard-icon { display: flex;