From 1a9229a3aebbe30686333b160f134df9d57cb11c Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sun, 6 May 2018 13:38:15 +0300 Subject: [PATCH] (Contacts) Fixed: List item cell forces the list item width --- .../apps/contacts/contact-list/contact-list.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/main/content/apps/contacts/contact-list/contact-list.component.scss b/src/app/main/content/apps/contacts/contact-list/contact-list.component.scss index 1fcc35e1..14510b4a 100644 --- a/src/app/main/content/apps/contacts/contact-list/contact-list.component.scss +++ b/src/app/main/content/apps/contacts/contact-list/contact-list.component.scss @@ -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;