c1a4856e9d
* feat(ui/datatables): add styles for nested tables
9 lines
183 B
CSS
9 lines
183 B
CSS
.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;
|
|
}
|