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]
|
[fields.date]
|
||||||
label = Date
|
label = Date
|
||||||
type = date
|
type = date
|
||||||
size = 1/4
|
width = 1/4
|
||||||
|
|
||||||
[fields.type]
|
[fields.type]
|
||||||
label = Project type
|
label = Project type
|
||||||
type = string
|
type = string
|
||||||
size = 1/4
|
width = 1/4
|
||||||
|
|
||||||
[fields.website]
|
[fields.website]
|
||||||
label = Website
|
label = Website
|
||||||
type = url
|
type = url
|
||||||
size = 1/2
|
width = 1/2
|
||||||
|
|
||||||
[fields.description]
|
[fields.description]
|
||||||
label = Description
|
label = Description
|
||||||
|
|
Loading…
Reference in New Issue