From fd3917d6b7f104e2ced4cb271f32c598ce5d3d4d Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Tue, 6 Dec 2016 13:54:34 -0500 Subject: [PATCH] Bug 112 - The red dotted box in the descriptor catalogs is wrongly positioned when the Catalog Package Manager is open Signed-off-by: Laurence Maultsby --- .../plugins/composer/src/src/components/CatalogItems.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skyquake/plugins/composer/src/src/components/CatalogItems.js b/skyquake/plugins/composer/src/src/components/CatalogItems.js index c86f0875b..78a18e04c 100644 --- a/skyquake/plugins/composer/src/src/components/CatalogItems.js +++ b/skyquake/plugins/composer/src/src/components/CatalogItems.js @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -119,8 +119,8 @@ const CatalogItems = React.createClass({ ); }); return ( -
-
    +
    +
      {items.length ? items : messages.catalogWelcome}
    -- 2.17.1