Reduce conversation bottom padding
Revert inadvertent visual change introduced with vertical flex styling
in 0569d4c
.
// FREEBIE
This commit is contained in:
parent
1360349156
commit
2f03768abb
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
.conversation {
|
||||
background-color: #ffffff;
|
||||
margin: 10px;
|
||||
padding: 20px;
|
||||
padding: 20px 20px 10px;
|
||||
border-radius: 10px;
|
||||
height: calc(100% - 20px);
|
||||
border-radius: 10px;
|
||||
|
|
|
@ -597,7 +597,7 @@ input.search {
|
|||
.conversation {
|
||||
background-color: #ffffff;
|
||||
margin: 10px;
|
||||
padding: 20px;
|
||||
padding: 20px 20px 10px;
|
||||
border-radius: 10px;
|
||||
height: calc(100% - 20px);
|
||||
border-radius: 10px; }
|
||||
|
|
Loading…
Reference in a new issue