(Contacts) Fixed: List item cell forces the list item width

This commit is contained in:
Sercan Yemen 2018-05-06 13:38:15 +03:00
parent ebf865e2c7
commit 1a9229a3ae

View File

@ -1,9 +1,12 @@
@import "src/@fuse/scss/fuse";
fuse-contacts-contact-list {
flex: 1;
display: flex;
flex: 1 1 auto;
width: 100%;
.mat-table {
width: 100%;
background: transparent;
box-shadow: none;