From 97b9316ec760376a7ac402e40c2a968e334f2091 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 9 May 2018 15:48:53 +0100 Subject: [PATCH] Fix issue incorrect positioning with widget loading indicator by making sure to apply the correct CSS class to the parent --- src/components/views/elements/AppTile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 007eb8126c..bf24da506b 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -534,7 +534,11 @@ export default class AppTile extends React.Component { ); if (this.state.initialising) { - appTileBody = loadingElement; + appTileBody = ( +
+ { loadingElement } +
+ ); } else if (this.state.hasPermissionToLoad == true) { if (this.isMixedContent()) { appTileBody = (