Add x padding on message detail container
// FREEBIE
This commit is contained in:
parent
4358bdfac7
commit
3e103ffde2
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@
|
|||
|
||||
.message-container {
|
||||
background: white;
|
||||
padding: 1em 0;
|
||||
padding: 20px;
|
||||
|
||||
.sender {
|
||||
display: none;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue