From 76e2066a5161f592dec67dfc446969471a6d676f Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Mon, 24 Apr 2017 11:12:39 -0600 Subject: [PATCH] reply box is squished on long comments in Firefox --- client/coral-embed-stream/style/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 13a200690..d66e43e27 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -187,6 +187,7 @@ hr { /* Comment Box Styles */ .coral-plugin-commentbox-container { display: flex; + width: 100%; } .coral-plugin-commentbox-textarea {