Skip to content

Commit 4412688

Browse files
committed
fix(material/reports): decrease size of xlsreport filters
1 parent faf0de6 commit 4412688

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/material/reports/src/filter-widget.scss

+14
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,18 @@ ajf-filter-widget {
1717
width: unset !important;
1818
min-width: 200px;
1919
}
20+
21+
mat-card {
22+
min-height: 50px !important;
23+
}
24+
mat-card-content {
25+
padding: 15px !important;
26+
padding-bottom: 0 !important;
27+
}
28+
mat-card-actions {
29+
display: none !important;
30+
}
31+
.mat-mdc-select-value {
32+
box-shadow: 0 5px 5px -5px #0003;
33+
}
2034
}

0 commit comments

Comments
 (0)