From: Laurence Maultsby Date: Tue, 6 Dec 2016 18:54:34 +0000 (-0500) Subject: Bug 112 - The red dotted box in the descriptor catalogs is wrongly positioned when... X-Git-Tag: v1.1.0~38 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=fd3917d6b7f104e2ced4cb271f32c598ce5d3d4d 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 --- 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}