You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/react/components/datatables/InnerDatatable.css

19 lines
386 B

.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;
}
.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;
}