From 3e103ffde2af3871b9effdabfe98c55fe55e3fdb Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 21 Mar 2016 11:08:15 -0700 Subject: [PATCH] Add x padding on message detail container // FREEBIE --- stylesheets/_conversation.scss | 2 +- stylesheets/manifest.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 1525643b1956..cdf1cd89ece3 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -134,7 +134,7 @@ .message-container { background: white; - padding: 1em 0; + padding: 20px; .sender { display: none; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 8695ed1236ca..c9b74373c8f6 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -722,7 +722,7 @@ input.search { background: #2090ea; } .message-detail .message-container { background: white; - padding: 1em 0; } + padding: 20px; } .message-detail .message-container .sender { display: none; } .message-detail .info {