Skip to content

Commit

Permalink
make table cells more consistent with github
Browse files Browse the repository at this point in the history
  • Loading branch information
jcv8000 committed Oct 11, 2023
1 parent b74996e commit d03c0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/renderer/src/components/Views/Editor/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
border: 1px solid var(--table-border-color);
box-sizing: border-box;
min-width: 1em;
padding: 3px 5px;
padding: 6px 13px;
position: relative;
vertical-align: top;

> * {
margin-bottom: 0.5em;
margin-top: 0.5em;
margin-bottom: 0;
margin-top: 0;
}
}

Expand Down

0 comments on commit d03c0d2

Please sign in to comment.