From c7d2a9a94f2d5322fa02c2c7e7e8cd15d2e6c94b Mon Sep 17 00:00:00 2001 From: David Jay Date: Thu, 17 Nov 2016 14:52:08 -0500 Subject: [PATCH] Adding padding for notifications at the bottom of the comment stream. --- client/coral-embed-stream/style/default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 2f7394d4d..86fc66026 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -3,7 +3,9 @@ body { font-family: 'Open Sans', sans-serif; width: 100%; font-size: 12px; - margin: 0; + margin: 0px; + padding: 0px 0px 50px 0px; + } button {