mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: remove inner table's borders.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user