Fix #8497 Update Table styling (#8498)

This commit is contained in:
Sachin Chaurasiya 2022-11-03 10:52:47 +05:30 committed by GitHub
parent 91b395bc17
commit 63ceeb2a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@
border: 1px solid #dde3ea;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.ant-table-container > .ant-table-content > table > tbody > tr > td {
border-right: none;
}
}
}