Add x padding on message detail container

// FREEBIE
This commit is contained in:
lilia 2016-03-21 11:08:15 -07:00
parent 4358bdfac7
commit 3e103ffde2
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@
.message-container {
background: white;
padding: 1em 0;
padding: 20px;
.sender {
display: none;

View file

@ -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 {