Fixed Hourly MIS

This commit is contained in:
2026-08-12 15:40:43 +05:30
parent 61bea5fb6e
commit a757799724
24 changed files with 996 additions and 30 deletions

View File

@@ -1,6 +1,11 @@
.matrix-tool-workspace.matrix-dedupe-workflow {
padding: 0;
}
.matrix-dedupe-workflow .matrix-tool-workspace__content {
width: calc(100% - 24px) !important;
max-width: 1380px !important;
margin: 10px auto 0 !important;
}
.matrix-dedupe-workflow .title {
@@ -109,9 +114,10 @@
}
.matrix-dedupe-worklist__table-wrap {
margin: 8px;
border: 1px solid #c3d0da;
border-radius: 4px;
margin: 0;
border: 0;
border-top: 1px solid #c3d0da;
border-radius: 0;
}
.matrix-dedupe-worklist__table-wrap thead th {