Update size to width on some of the fields
I changed the attribute of `size` to `width` when describing the width of the field
This commit is contained in:
parent
643d5ca538
commit
0c41d958e7
|
@ -61,17 +61,17 @@ size = large
|
|||
[fields.date]
|
||||
label = Date
|
||||
type = date
|
||||
size = 1/4
|
||||
width = 1/4
|
||||
|
||||
[fields.type]
|
||||
label = Project type
|
||||
type = string
|
||||
size = 1/4
|
||||
width = 1/4
|
||||
|
||||
[fields.website]
|
||||
label = Website
|
||||
type = url
|
||||
size = 1/2
|
||||
width = 1/2
|
||||
|
||||
[fields.description]
|
||||
label = Description
|
||||
|
|
Loading…
Reference in New Issue