Skip to content

Commit

Permalink
fix(product): add 'hidden-title' style to productCreatorContainer to …
Browse files Browse the repository at this point in the history
…hide jsonschemaform titles like in the ProductRowItemContainer
  • Loading branch information
dleard committed May 14, 2020
1 parent 3aa2657 commit 075629e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/containers/Products/ProductCreatorContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export const ProductCreator: React.FunctionComponent<Props> = ({
</Card>
</div>
<style jsx>{`
.hidden-title label {
display: none;
}
div {
margin-bottom: 50px;
}
Expand Down

0 comments on commit 075629e

Please sign in to comment.