feat(ui/datatables): add styles for nested tables [EE-3687] (#7440)

* feat(ui/datatables): add styles for nested tables
This commit is contained in:
Chaim Lev-Ari
2022-08-12 05:56:48 +03:00
committed by GitHub
parent 92b7e64689
commit c1a4856e9d
9 changed files with 39 additions and 49 deletions
@@ -0,0 +1,8 @@
.inner-datatable {
@apply border border-solid rounded-md border-gray-5 th-dark:border-gray-9;
overflow: hidden;
}
.inner-datatable table thead {
border-top: none !important;
}