mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
8 lines
183 B
CSS
8 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;
|
|
}
|