mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(Contacts) Fixed: List item cell forces the list item width
This commit is contained in:
parent
ebf865e2c7
commit
1a9229a3ae
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user