aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/layout
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-05 10:38:38 +0100
committerGitHub <noreply@github.com>2021-02-05 10:38:38 +0100
commit52f6563495095af13a777b866ea8fea100fd0ff8 (patch)
tree461e92c46c5e4ba8fd897b2a808ac52cc57c41ae /webui/src/layout
parentb6a967efac24672b64d02dbbe6e661d195804fbd (diff)
parentad45f9199898ed4abaf4a8a52421edd727eaa26e (diff)
downloadgit-bug-52f6563495095af13a777b866ea8fea100fd0ff8.tar.gz
Merge pull request #547 from claudioantonio/webui_546
Webui 546
Diffstat (limited to 'webui/src/layout')
-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 = {