diff --git a/src/core/client/stream/components/Comment/Comment.css b/src/core/client/stream/components/Comment/Comment.css index 5c0f67095..821be5613 100644 --- a/src/core/client/stream/components/Comment/Comment.css +++ b/src/core/client/stream/components/Comment/Comment.css @@ -1,5 +1,4 @@ .root { - width: 100%; } .footer { margin-top: var(--spacing-unit); diff --git a/src/core/client/stream/components/PermalinkButton/PermalinkPopover.css b/src/core/client/stream/components/PermalinkButton/PermalinkPopover.css index c2afa31b2..3fad6d3be 100644 --- a/src/core/client/stream/components/PermalinkButton/PermalinkPopover.css +++ b/src/core/client/stream/components/PermalinkButton/PermalinkPopover.css @@ -1,5 +1,4 @@ .root { - width: 100%; } .textField { diff --git a/src/core/client/stream/components/PostCommentForm.css b/src/core/client/stream/components/PostCommentForm.css index 6c6c47b29..8c35347ff 100644 --- a/src/core/client/stream/components/PostCommentForm.css +++ b/src/core/client/stream/components/PostCommentForm.css @@ -1,5 +1,4 @@ .root { - width: 100%; } .textarea { @@ -13,14 +12,6 @@ resize: vertical; } -.postButtonContainer { - display: flex; - - &:first-child { - flex-grow: 1; - } - - &:last-child { - flex-grow: 0; - } +.poweredBy { + margin-top: calc(-0.5 * var(--spacing-unit)); } diff --git a/src/core/client/stream/components/PostCommentForm.tsx b/src/core/client/stream/components/PostCommentForm.tsx index 36e7d8be4..3eab2ddd8 100644 --- a/src/core/client/stream/components/PostCommentForm.tsx +++ b/src/core/client/stream/components/PostCommentForm.tsx @@ -19,10 +19,10 @@ const PostCommentForm: StatelessComponent = props => (
{({ handleSubmit, submitting }) => ( - + {({ input, meta }) => ( -
+