mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 07:57:09 +00:00
(Contacts) Fixed: List item cell forces the list item width
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user