aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/CommentForm.tsx
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-31 21:00:36 +0200
committerSascha <GlancingMind@outlook.com>2021-04-07 19:29:52 +0200
commit637bce7ba73c6a0a3d898b9b5e7ad13dc992ee35 (patch)
tree1628e496ade1eda18350c9e8b85e77df97c92280 /webui/src/pages/bug/CommentForm.tsx
parentc7a441bad6a7ca247d955b63d2ba604435fdaab6 (diff)
downloadgit-bug-637bce7ba73c6a0a3d898b9b5e7ad13dc992ee35.tar.gz
Fix and improve rendering of markdown elements
- Markdown will no be rendered - Render text always below an image - block quotes wont be just indented text
Diffstat (limited to 'webui/src/pages/bug/CommentForm.tsx')
-rw-r--r--webui/src/pages/bug/CommentForm.tsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/webui/src/pages/bug/CommentForm.tsx b/webui/src/pages/bug/CommentForm.tsx
index e70348a6..a8ce4319 100644
--- a/webui/src/pages/bug/CommentForm.tsx
+++ b/webui/src/pages/bug/CommentForm.tsx
@@ -17,14 +17,6 @@ const useStyles = makeStyles<Theme, StyleProps>((theme) => ({
container: {
padding: theme.spacing(0, 2, 2, 2),
},
- textarea: {},
- tabContent: {
- margin: theme.spacing(2, 0),
- },
- preview: {
- borderBottom: `solid 3px ${theme.palette.grey['200']}`,
- minHeight: '5rem',
- },
actions: {
display: 'flex',
gap: '1em',