From 5cbd564348235f536cdb8af3009bc1ec7f68b0be Mon Sep 17 00:00:00 2001 From: Christina Toegl <toegl@tugraz.at> Date: Fri, 21 Jan 2022 17:07:45 +0100 Subject: [PATCH] Fix top border for empty folders in nextcloud-filepicker --- packages/file-handling/src/nextcloud-file-picker.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js index 9b598ac5..de3dc3a0 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); } -- GitLab