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 <laurence.maultsby@riftio.com>
diff --git a/skyquake/plugins/composer/src/src/components/CatalogItems.js b/skyquake/plugins/composer/src/src/components/CatalogItems.js
index c86f087..78a18e0 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 @@
 			);
 		});
 		return (
-			<div className="CatalogItems" data-offset-parent="true">
-				<ul>
+			<div className="CatalogItems">
+				<ul data-offset-parent="true">
 					{items.length ? items : messages.catalogWelcome}
 				</ul>
 			</div>