Fix conversaton publisher border

This commit is contained in:
flaburgan 2015-03-08 21:59:23 +01:00
parent 00817c8583
commit ab4467954b

View file

@ -17,7 +17,7 @@
word-wrap: break-word; word-wrap: break-word;
&:last-child { margin-bottom: 0; } &:last-child { margin-bottom: 0; }
} }
.new_message { border-bottom: none; } &.new_message { border-bottom: none; }
.timestamp { font-size: 11px; } .timestamp { font-size: 11px; }
} }