Skip to content

Commit

Permalink
Fine-tune spacing in ContentCell
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadrian committed Aug 17, 2021
1 parent 1c0b9a9 commit 83c059f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/js/query-node-editor/ContentCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const Root = styled("div")`

const Content = styled("div")`
flex-grow: 1;
padding: 6px 10px;
padding: 3px 10px;
`;

const Headline = styled(Heading4)`
margin: 12px 10px 0;
margin: 14px 10px 0;
`;

interface PropsT {
Expand Down

0 comments on commit 83c059f

Please sign in to comment.