Fix table sizing bug

pull/1/head
Max Ehrlicher-Schmidt 4 years ago
parent 6b4826fd23
commit f974312467

@ -12,7 +12,8 @@
max-width: 100%;
overflow: auto;
table {
width: 100%;
max-width: 100%;
margin: 0 auto;
.mat-header-cell,
.mat-footer-cell,
.mat-cell {

Loading…
Cancel
Save