From d72ac99ce6ec6aff6c648dc3d8b701d3971cb4d1 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Wed, 30 Mar 2022 14:28:22 +0200 Subject: [PATCH] Small bugfix --- packages/file-handling/src/clipboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/file-handling/src/clipboard.js b/packages/file-handling/src/clipboard.js index 7016b99b..f70a08d5 100644 --- a/packages/file-handling/src/clipboard.js +++ b/packages/file-handling/src/clipboard.js @@ -911,7 +911,7 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) { .tabulator .tabulator-tableHolder .tabulator-placeholder span { margin: initial; } - +/* .checkmark { height: 20px; width: 20px; @@ -924,7 +924,7 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) { top: 3px; width: 4px; height: 11px; - } + }*/ .table-wrapper { position: relative; -- GitLab