INSR-8434: remove unnecessary text-transform
This commit is contained in:
parent
053cd44cbe
commit
e698862aa5
1 changed files with 1 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue