Unpad message-container on message detail screen
// FREEBIE
This commit is contained in:
parent
6a928e3377
commit
ba22151a31
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@
|
|||
|
||||
.message-container {
|
||||
background: white;
|
||||
padding: 20px;
|
||||
padding: 20px 0;
|
||||
|
||||
.sender {
|
||||
display: none;
|
||||
|
|
|
@ -785,7 +785,7 @@ input.search {
|
|||
line-height: 36px; }
|
||||
.message-detail .message-container {
|
||||
background: white;
|
||||
padding: 20px; }
|
||||
padding: 20px 0; }
|
||||
.message-detail .message-container .sender {
|
||||
display: none; }
|
||||
.message-detail .info {
|
||||
|
|
Loading…
Reference in a new issue