We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b910b3d commit 9fc302dCopy full SHA for 9fc302d
src/fields/fieldColor.vue
@@ -12,7 +12,14 @@
12
13
14
<style lang="sass">
15
- .vue-form-generator .field-color .helper {
16
- margin-left: 0.3em;
17
- }
+ .vue-form-generator .field-color {
+
+ input {
18
+ width: 60px;
19
+ }
20
21
+ .helper {
22
+ margin-left: 0.3em;
23
24
25
</style>
src/formGenerator.vue
@@ -168,6 +168,7 @@
168
border-radius: 4px;
169
border: 1px solid #BBB;
170
padding: 2px 5px;
171
+ width: 100%;
172
}
173
174
span.help {
0 commit comments