INSR-8434: remove unnecessary text-transform

This commit is contained in:
Alex Humphries 2026-02-13 10:08:22 -05:00
parent 053cd44cbe
commit e698862aa5

View file

@ -57,7 +57,7 @@
ref="stateQuestion"
v-model="state"
inputId="state"
class="form-group state-dropdown"
class="form-group"
:cmsWidgetName="widget.stateQuestion"
:options="getStates"
isDisabled />
@ -308,11 +308,6 @@ export default {
.form-group {
margin-bottom: 1.25rem;
}
.state-dropdown {
:deep(option) {
text-transform: uppercase;
}
}
.same-address-checkbox {
:deep(.form-check-input) {
&:checked + label p,