Skip to content

Commit c8e832d

Browse files
Update InputfieldMaxWidth to be 100% rather than 99%. Add isNew reserved word to core/Fields.php.
1 parent ac24667 commit c8e832d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

wire/core/Fields.php

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class Fields extends WireSaveableItems {
118118
'fields',
119119
'description',
120120
'data',
121+
'isNew',
121122
);
122123

123124
public function __construct() {

wire/templates-admin/styles/inputfields.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
.Inputfields textarea,
193193
.InputfieldMaxWidth {
194194
/* full width fields */
195-
width: 99%;
195+
width: 100%;
196196
}
197197
.Inputfields textarea {
198198
display: block;

0 commit comments

Comments
 (0)