mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +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";
|
@import "src/@fuse/scss/fuse";
|
||||||
|
|
||||||
fuse-contacts-contact-list {
|
fuse-contacts-contact-list {
|
||||||
flex: 1;
|
display: flex;
|
||||||
|
flex: 1 1 auto;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
.mat-table {
|
.mat-table {
|
||||||
|
width: 100%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user