From 9f533f0dc90fb3f36db48b486b4aa4d61b1add4d Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Wed, 30 Jun 2021 11:21:37 +0200 Subject: [PATCH] Comment a comment out --- packages/file-handling/src/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/file-handling/src/styles.js b/packages/file-handling/src/styles.js index f18f68fd..4a879278 100644 --- a/packages/file-handling/src/styles.js +++ b/packages/file-handling/src/styles.js @@ -211,7 +211,7 @@ export function getFileHandlingCss() { } .tabulator .tabulator-tableHolder { - height: unset !important; //TODO find a better way to do this + height: unset !important; /*//TODO find a better way to do this*/ } .tabulator-row .tabulator-responsive-collapse{ -- GitLab