Skip to content
Snippets Groups Projects
Commit 5cbd5643 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Fix top border for empty folders in nextcloud-filepicker

parent 63fe5b66
Branches
No related tags found
No related merge requests found
Pipeline #84464 passed
...@@ -2063,6 +2063,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -2063,6 +2063,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.tabulator-placeholder span { .tabulator-placeholder span {
padding: 14px!important; /*TODO find a better way*/ padding: 14px!important; /*TODO find a better way*/
white-space: normal; white-space: normal;
}
.tabulator-placeholder {
border-top: 1px solid var(--dbp-text-muted-light); border-top: 1px solid var(--dbp-text-muted-light);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment