This repository was archived by the owner on Mar 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1919 "uniforms-bridge-json-schema" : " ^2.6.7" ,
2020 "uniforms-bridge-simple-schema" : " ^2.6.7" ,
2121 "uniforms-bridge-simple-schema-2" : " ^2.6.7" ,
22- "uniforms-patternfly" : " ^0.1.2 "
22+ "uniforms-patternfly" : " ^0.1.3 "
2323 },
2424 "devDependencies" : {
2525 "parcel-bundler" : " 1.12.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " uniforms-patternfly" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Patternfly forms for uniforms" ,
55 "repository" :
" [email protected] :aerogear/uniforms-patternfly.git" ,
66 "author" :
" Gianluca <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const Nest = ({
3232 { ...filterDOMProps ( props ) }
3333 style = { { marginBottom : '1.5rem' } }
3434 >
35- < CardBody >
35+ < CardBody className = "pf-c-form" >
3636 { label && < label > < b > { label } </ b > </ label > }
3737 { children
3838 ? injectName ( name , children )
@@ -44,7 +44,6 @@ const Nest = ({
4444 </ CardBody >
4545 </ Card >
4646 ) ;
47-
4847}
4948
5049export default connectField ( Nest , {
You can’t perform that action at this time.
0 commit comments