IO-1272 Improve reconciliation table UI

This commit is contained in:
Patrick Fic
2021-09-20 16:39:17 -07:00
parent a5a59c526c
commit 990c1bb2bf
3 changed files with 24 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
.imex-reconciliation-modal {
top: 20px;
.ant-modal-content {
height: 95vh;
display: flex;
flex-direction: column;
.ant-modal-body {
display: flex;
flex: 1;
}
}
// .ant-modal-content {
// height: 95vh;
// display: flex;
// flex-direction: column;
// .ant-modal-body {
// display: flex;
// flex: 1;
// }
// }
}