Unscope .messages-list

This commit is contained in:
gregoirenovel 2018-09-06 18:22:03 +02:00
parent 5b7213816e
commit e2091fabdf

View file

@ -2,7 +2,6 @@
@import "common"; @import "common";
@import "constants"; @import "constants";
.messagerie {
.messages-list { .messages-list {
max-height: 350px; max-height: 350px;
overflow-y: scroll; overflow-y: scroll;
@ -27,6 +26,7 @@
} }
} }
.messagerie {
.person-icon { .person-icon {
margin-right: $default-spacer; margin-right: $default-spacer;
} }