diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js index 9b598ac53affe1095d998a05e114999c5358771f..de3dc3a0d6352dcb7bb2ea2ab30260215c0b8615 100644 --- a/packages/file-handling/src/nextcloud-file-picker.js +++ b/packages/file-handling/src/nextcloud-file-picker.js @@ -2063,6 +2063,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { .tabulator-placeholder span { padding: 14px!important; /*TODO find a better way*/ white-space: normal; + } + + .tabulator-placeholder { border-top: 1px solid var(--dbp-text-muted-light); }