We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfc4b0 commit 7a786f7Copy full SHA for 7a786f7
src/fields/fieldChecklist.vue
@@ -112,11 +112,12 @@
112
.mainRow {
113
cursor: pointer;
114
position: relative;
115
+ padding-right: 10px;
116
117
.arrow {
118
position: absolute;
- right: -6px;
119
- top: 4px;
+ right: -9px;
120
+ top: 3px;
121
width: 16px;
122
height: 16px;
123
src/formGenerator.vue
@@ -393,13 +393,13 @@ div
393
}
394
395
&.featured {
396
- label {
+ > label {
397
font-weight: bold;
398
399
400
401
&.required {
402
- label:after {
+ > label:after {
403
content: "*";
404
font-weight: normal;
405
color: Red;
@@ -410,7 +410,7 @@ div
410
411
412
&.disabled {
413
414
color: #666;
415
font-style: italic;
416
0 commit comments