fix: remove inner table's borders.

This commit is contained in:
ItzNotABug
2024-08-21 15:13:51 +05:30
parent c827934a52
commit 3ab08d7250
@@ -132,7 +132,7 @@
</p>
<div class="u-flex-vertical u-gap-16">
<TableScroll dense noMargin class="table">
<TableScroll dense noMargin class="table no-inner-borders">
<TableHeader>
<TableCellHead width={columnWidth}>Collection</TableCellHead>
<TableCellHead width={columnWidth}># of Documents</TableCellHead>
@@ -205,4 +205,9 @@
:global(.max-height-dialog dialog) {
max-height: 650px !important;
}
:global(.no-inner-borders .table) {
box-shadow: unset !important;
border-radius: unset !important;
}
</style>