We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dcaf7 commit edd3d5cCopy full SHA for edd3d5c
examples/questionnaire/Example.vue
@@ -164,7 +164,7 @@
164
subtitle: 'You can also use ⌨️ numbers to select an option',
165
type: QuestionType.OpinionScale,
166
required: true,
167
- max: 6,
+ max: 5,
168
labelLeft: 'Dissapointing',
169
labelRight: 'Exceptional'
170
}),
src/assets/css/common.css
@@ -668,6 +668,10 @@ header.vff-header svg.f-logo {
668
font-size: inherit;
669
}
670
671
+.vff ul.f-radios li.f-other.f-focus {
672
+ padding: .48em .68em;
673
+}
674
+
675
.vff .f-radios-desc {
676
display: block;
677
0 commit comments