@@ -102,7 +102,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
102
102
'step ' => 'any ' ,
103
103
'placeholder ' => 'parameters.max.placeholder ' ,
104
104
'class ' => 'form-control-sm ' ,
105
- 'style ' => 'max-width: 12ch ; ' ,
105
+ 'style ' => 'max-width: 25ch ; ' ,
106
106
],
107
107
]);
108
108
$ builder ->add ('value_min ' , ExponentialNumberType::class, [
@@ -113,7 +113,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
113
113
'step ' => 'any ' ,
114
114
'placeholder ' => 'parameters.min.placeholder ' ,
115
115
'class ' => 'form-control-sm ' ,
116
- 'style ' => 'max-width: 12ch ; ' ,
116
+ 'style ' => 'max-width: 25ch ; ' ,
117
117
],
118
118
]);
119
119
$ builder ->add ('value_typical ' , ExponentialNumberType::class, [
@@ -124,7 +124,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
124
124
'step ' => 'any ' ,
125
125
'placeholder ' => 'parameters.typical.placeholder ' ,
126
126
'class ' => 'form-control-sm ' ,
127
- 'style ' => 'max-width: 12ch ; ' ,
127
+ 'style ' => 'max-width: 25ch ; ' ,
128
128
],
129
129
]);
130
130
$ builder ->add ('unit ' , TextType::class, [
0 commit comments