Support 50 Characters for VSP Name 63/104363/3
authorTufman, Shay (st198j) <st198j@att.com>
Wed, 25 Mar 2020 12:41:45 +0000 (14:41 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 29 Mar 2020 06:05:38 +0000 (06:05 +0000)
Change-Id: I02ddb9d67669e2ecca02762a4bb9862bf28df3cb
Issue-ID: SDC-2854
Signed-off-by: Tufman, Shay (st198j) <st198j@att.com>
openecomp-ui/resources/scss/components/_grid.scss
openecomp-ui/resources/scss/onboarding.scss
openecomp-ui/src/sdc-app/onboarding/onboard/CatalogItemDetails.jsx
openecomp-ui/src/sdc-app/onboarding/softwareProduct/creation/SoftwareProductCreationReducer.js

index 595b0cd..2b2dd46 100644 (file)
@@ -63,7 +63,7 @@
     }
 
     &:not(.has-last-col-set) {
-        @include gridCol(1, 25%);
+        @include gridCol(1, 33%);
         @include gridCol(2, 50%);
         @include gridCol(3, 75%);
         @include gridCol(4, 100%);
index da0c8b7..46d4ba7 100644 (file)
@@ -1,3 +1,6 @@
+.catalog-tile-tooltip {
+    word-wrap: break-word;
+}
 .dox-ui,
 .onap-sdc-portal {
     @import 'bootstrap';
index 11c3a1a..dac32db 100644 (file)
@@ -88,7 +88,7 @@ const CatalogItemDetails = ({
                 <TileInfoLine type="title">
                     <TooltipWrapper
                         className="with-overlay"
-                        tooltipClassName="tile-title-info"
+                        tooltipClassName="catalog-tile-tooltip"
                         dataTestId="catalog-item-name">
                         {name}
                     </TooltipWrapper>
index b019248..8860374 100644 (file)
@@ -60,7 +60,7 @@ export default (state = {}, action) => {
                         errorText: '',
                         validations: [
                             { type: 'required', data: true },
-                            { type: 'maxLength', data: 25 },
+                            { type: 'maxLength', data: 50 },
                             { type: 'validateName', data: true }
                         ]
                     },