1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 13:59:40 +02:00
portainer/app/react/components/datatables/NestedTable.css
Ali 58d66d3142
chore(prettier): add tailwind prettier plugin [EE-4809] (#8221)
* add prettier plugin

* apply tailwind prettier formatting
2023-02-13 10:04:24 +13:00

18 lines
386 B
CSS

.inner-datatable {
@apply rounded-md border border-solid border-gray-5 th-dark:border-gray-9;
overflow: hidden;
}
.inner-datatable table thead {
border-top: none !important;
}
.inner-datatable tr > th:first-child,
.inner-datatable tr > td:first-child {
padding-left: 20px;
}
.inner-datatable tr > th:last-child,
.inner-datatable tr > td:last-child {
padding-right: 20px;
}