fix(core): update

This commit is contained in:
2023-03-25 17:32:55 +01:00
parent a8b244520c
commit 42e7ae6d6b
2 changed files with 2 additions and 1 deletions

View File

@ -147,6 +147,7 @@ export class DeesTable<T> extends DeesElement {
border-radius: 3px;
border-top: 1px solid ${cssManager.bdTheme('#fff', '#444')};
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
overflow-x: auto;
}
.headingSeparation {
margin-top: 7px;