mirror of https://github.com/portainer/portainer
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;
|
||
|
}
|