Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit e319888

Browse files
Merge pull request #17 from aerogear/nestfield-spacing
2 parents daabf81 + 13280b5 commit e319888

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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]>",

src/NestField.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

5049
export default connectField(Nest, {

0 commit comments

Comments
 (0)