We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac24667 commit c8e832dCopy full SHA for c8e832d
wire/core/Fields.php
@@ -118,6 +118,7 @@ class Fields extends WireSaveableItems {
118
'fields',
119
'description',
120
'data',
121
+ 'isNew',
122
);
123
124
public function __construct() {
wire/templates-admin/styles/inputfields.css
@@ -192,7 +192,7 @@
192
.Inputfields textarea,
193
.InputfieldMaxWidth {
194
/* full width fields */
195
- width: 99%;
+ width: 100%;
196
}
197
.Inputfields textarea {
198
display: block;
0 commit comments