aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/layout/CommentInput/CommentInput.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/layout/CommentInput/CommentInput.tsx')
-rw-r--r--webui/src/layout/CommentInput/CommentInput.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/webui/src/layout/CommentInput/CommentInput.tsx b/webui/src/layout/CommentInput/CommentInput.tsx
index 8a91baf6..86cc7dbb 100644
--- a/webui/src/layout/CommentInput/CommentInput.tsx
+++ b/webui/src/layout/CommentInput/CommentInput.tsx
@@ -23,10 +23,6 @@ const useStyles = makeStyles((theme) => ({
borderBottom: `solid 3px ${theme.palette.grey['200']}`,
minHeight: '5rem',
},
- actions: {
- display: 'flex',
- justifyContent: 'flex-end',
- },
}));
type TabPanelProps = {