File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
elm make src/Main.elm --output build/demo.js
4
4
5
- postcss stylesheets/index.css -o build/styles.css
5
+ # postcss stylesheets/index.css -o build/styles.css
6
6
7
7
cp index.html build/index.html
8
8
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ "homepage" : "https://json-tools.github.io/json-form/" ,
3
+ }
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ update message model =
107
107
, dense = True
108
108
, textFieldStyle = Outlined
109
109
, collapseNestedObjects = False
110
+ , showErrorIcon = False
110
111
}
111
112
in
112
113
Json . Form . init config example. schema Nothing
@@ -162,7 +163,7 @@ content model =
162
163
div [ class " example-section" ]
163
164
[ Html . h3 [ class " example-section__heading" ] [ text example. title ]
164
165
, div [ class " example-section__content" ]
165
- [ div [ style " display" " inline-block" , style " max-width" " 300px " , style " min-width" " 300px " ]
166
+ [ div [ style " display" " inline-block" , style " max-width" " 350px " , style " min-width" " 350px " ]
166
167
[ div [ style " padding" " 10px" , style " background" " var(--form-background)" ]
167
168
[ form
168
169
|> Json . Form . view
Original file line number Diff line number Diff line change 41
41
42
42
.example-section__content > * {
43
43
margin-bottom : 20px ;
44
- max-width : 300 px ;
44
+ max-width : 350 px ;
45
45
}
46
46
47
47
@media (min-width : 400px ) {
You can’t perform that action at this time.
0 commit comments