Skip to content

Commit

Permalink
fix: hide jsonschema titles with css
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jul 6, 2020
1 parent 27413af commit c83342f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/containers/Products/ProductRowItemContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ export const ProductRowItemComponent: React.FunctionComponent<Props> = ({
/>
<style jsx global>
{`
.hidden-title label {
display: none;
}
.editIcon:hover {
color: red;
cursor: pointer;
Expand Down

0 comments on commit c83342f

Please sign in to comment.