fix message overflow

This commit is contained in:
JDonadio 2017-01-18 15:50:52 -03:00
commit 2e7470884f

View file

@ -12,7 +12,7 @@
bottom: 92px; bottom: 92px;
} }
.head { .head {
padding: 30px $item-lateral-padding 4rem; padding: 30px $item-lateral-padding 3rem;
border-top: 0; border-top: 0;
.sending-label { .sending-label {