diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index edb2420fa..cd9ad0975 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -111,7 +111,7 @@ export default { } a { display: flex; - justify-content: start; + justify-content: flex-start; } } } diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 2b93563cf..d7d1c019d 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -13,7 +13,6 @@ input[type=checkbox]:checked + label, input[type=radio]:checked + label { box-shadow: 0 0 0 2.5px transparent !important; - border: 1px solid $blue; } &.list-button-horizontal { color: $red;