diff --git a/src/layouts/duplicate-check/duplicate-check.vue b/src/layouts/duplicate-check/duplicate-check.vue index 47f91573..7203a040 100644 --- a/src/layouts/duplicate-check/duplicate-check.vue +++ b/src/layouts/duplicate-check/duplicate-check.vue @@ -221,16 +221,14 @@ export default { } .duplicate-check-question { - .question-text { - span { - font-weight: 600; - } - } .question-text { justify-content: left; display: inline-flex !important; margin-top: map-get($spacers, 4); margin-bottom: 0.625rem !important; + span { + font-weight: 600; + } } .form-test-error { margin-top: 0 !important; @@ -238,6 +236,9 @@ export default { font-weight: 500; } } + .question-text.d-flex { + margin-top: 0; + } } .list-button-content {