aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/layout/CommentInput
diff options
context:
space:
mode:
authorCláudio <claudio.engdist@gmail.com>2021-02-02 16:43:09 -0300
committerCláudio <claudio.engdist@gmail.com>2021-02-02 16:43:09 -0300
commit7b1b77dc444518a07779e836ec0c4c6b9406bbf9 (patch)
tree27e248d641b81e9815c1612cda019ba378209d8d /webui/src/layout/CommentInput
parente68e9306fe334766e7b23fdd3918f45a1a505fc3 (diff)
downloadgit-bug-7b1b77dc444518a07779e836ec0c4c6b9406bbf9.tar.gz
Commit for #546
Diffstat (limited to 'webui/src/layout/CommentInput')
-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 = {