Bug 112 - The red dotted box in the descriptor catalogs is wrongly positioned when... 59/759/1
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Tue, 6 Dec 2016 18:54:34 +0000 (13:54 -0500)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Tue, 6 Dec 2016 18:54:34 +0000 (13:54 -0500)
Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
skyquake/plugins/composer/src/src/components/CatalogItems.js

index c86f087..78a18e0 100644 (file)
@@ -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 (
-                       <div className="CatalogItems" data-offset-parent="true">
-                               <ul>
+                       <div className="CatalogItems">
+                               <ul data-offset-parent="true">
                                        {items.length ? items : messages.catalogWelcome}
                                </ul>
                        </div>