From 02abaa5cb90852fddcd7b3e0c26a6efb9977258a Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Fri, 30 Aug 2019 10:31:05 +0200 Subject: [PATCH] removed unnecessary class --- src/app/components/panel.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/components/panel.js b/src/app/components/panel.js index 69f74c4412..258bb5e79f 100644 --- a/src/app/components/panel.js +++ b/src/app/components/panel.js @@ -23,11 +23,6 @@ const css = csjs` height : 100%; overflow-y : hidden; } - .loading { - height : 40px !important; - width : 40px !important; - margin : auto !important; - } ` /** Abstract class used for hosting the view of a plugin */