CASH-1319 format code.
This commit is contained in:
parent
119df65230
commit
7b616d2f5d
2 changed files with 6 additions and 4 deletions
|
|
@ -19,7 +19,9 @@
|
|||
:validationRules="validationRules"
|
||||
:placeHolderText="placeHolderText"
|
||||
:valueAsKey="valueAsKey">
|
||||
<option v-if="placeHolderText && !isDisabled" value="" selected>{{ placeHolderText }}</option>
|
||||
<option v-if="placeHolderText && !isDisabled" value="" selected>
|
||||
{{ placeHolderText }}
|
||||
</option>
|
||||
<option
|
||||
v-for="(value, name, index) in options"
|
||||
:value="valueAsKey == true ? value : name"
|
||||
|
|
|
|||
|
|
@ -760,7 +760,7 @@ export default {
|
|||
border-radius: 0.5rem;
|
||||
}
|
||||
.question-text {
|
||||
margin: 1.5rem 0 .5rem 0;
|
||||
margin: 1.5rem 0 0.5rem 0;
|
||||
}
|
||||
}
|
||||
.replace-options-question {
|
||||
|
|
@ -777,9 +777,9 @@ export default {
|
|||
}
|
||||
}
|
||||
.question-text {
|
||||
margin: 1.5rem 0 .5rem 0;
|
||||
margin: 1.5rem 0 0.5rem 0;
|
||||
@include media-breakpoint-up(md) {
|
||||
margin: 1.5rem 0 .5rem 0;
|
||||
margin: 1.5rem 0 0.5rem 0;
|
||||
}
|
||||
}
|
||||
.two-list-card-width {
|
||||
|
|
|
|||
Loading…
Reference in a new issue