diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-17 13:14:07 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-19 17:51:51 +0100 |
commit | 0cd5c84d59d00141bb997346f538b165644d233c (patch) | |
tree | 8a33dff031b26ade45cf91c7043cb31ea49af75e /webui/src/pages/bug/CommentForm.tsx | |
parent | 2483b2729602b5ab544a9d0e88f47eba233e8e82 (diff) | |
download | git-bug-0cd5c84d59d00141bb997346f538b165644d233c.tar.gz |
Fix CommentForm margin
Diffstat (limited to 'webui/src/pages/bug/CommentForm.tsx')
-rw-r--r-- | webui/src/pages/bug/CommentForm.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webui/src/pages/bug/CommentForm.tsx b/webui/src/pages/bug/CommentForm.tsx index 773e7d0e..fe9536ac 100644 --- a/webui/src/pages/bug/CommentForm.tsx +++ b/webui/src/pages/bug/CommentForm.tsx @@ -15,7 +15,6 @@ import { TimelineDocument } from './TimelineQuery.generated'; type StyleProps = { loading: boolean }; const useStyles = makeStyles<Theme, StyleProps>((theme) => ({ container: { - margin: theme.spacing(2, 0), padding: theme.spacing(0, 2, 2, 2), }, textarea: {}, |