From 7b1b77dc444518a07779e836ec0c4c6b9406bbf9 Mon Sep 17 00:00:00 2001 From: Cláudio Date: Tue, 2 Feb 2021 16:43:09 -0300 Subject: Commit for #546 --- webui/src/layout/CommentInput/CommentInput.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'webui/src/layout/CommentInput') 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 = { -- cgit