diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css
index 0318d52ff..0bcbd21a2 100644
--- a/public/css/hop-styling.css
+++ b/public/css/hop-styling.css
@@ -37,7 +37,7 @@ body .headerlinecontainer .headerline1 {
line-height: 32px;
font-weight: 400;
margin: 24px 0;
- text-align: center;
+ text-align: left;
}
body input,
body select {
diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss
index aae9913e2..b8d198fb8 100644
--- a/public/scss/hop-styling.scss
+++ b/public/scss/hop-styling.scss
@@ -44,7 +44,7 @@ body {
line-height: 32px;
font-weight: 400;
margin: 24px 0;
- text-align: center;
+ text-align: left;
}
}
diff --git a/src/digital-components/dropdown-question/dropdown-question.vue b/src/digital-components/dropdown-question/dropdown-question.vue
index bb55e61ec..f678e6953 100644
--- a/src/digital-components/dropdown-question/dropdown-question.vue
+++ b/src/digital-components/dropdown-question/dropdown-question.vue
@@ -19,7 +19,7 @@
:validationRules="validationRules"
:placeHolderText="placeHolderText"
:valueAsKey="valueAsKey">
-
+