From 0519b1d1ff78904994e16b946fa32a2705d4968f Mon Sep 17 00:00:00 2001 From: Facu Date: Mon, 9 Oct 2017 15:41:06 -0300 Subject: [PATCH] fix 1071 --- client/coral-embed-stream/src/components/Comment.css | 1 + views/article.ejs | 1 + 2 files changed, 2 insertions(+) diff --git a/client/coral-embed-stream/src/components/Comment.css b/client/coral-embed-stream/src/components/Comment.css index 3ca7b842f..b9957bbce 100644 --- a/client/coral-embed-stream/src/components/Comment.css +++ b/client/coral-embed-stream/src/components/Comment.css @@ -76,6 +76,7 @@ display: flex; justify-content: center; flex-direction: column; + width: 100%; } .editCommentForm .buttonContainerLeft .editWindowRemaining { diff --git a/views/article.ejs b/views/article.ejs index 0bda3a6e0..6c611c995 100644 --- a/views/article.ejs +++ b/views/article.ejs @@ -14,6 +14,7 @@ margin-left:auto; margin-right:auto; max-width:500px; + display: block; } <%= title %>