diff options
author | imamSidero <imam.hussain@est.tech> | 2023-02-08 14:40:35 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-02-16 09:30:47 +0000 |
commit | 2c30bf8b461108e687d874acad3b444fc732ef4c (patch) | |
tree | c829bbff40a176edb9b5afac82e256738bc8ba9a /catalog-ui/src/app/directives | |
parent | 59148be1a5a9beea5a157ace746eea3c969f5ed4 (diff) |
Provide tosca function to list of map values
Providing the capability to add tosca function for list of map values
Issue-ID: SDC-4379
Signed-off-by: Imam hussain <imam.hussain@est.tech>
Change-Id: Iec404ec27431eb2b5e085d3f9474e61fadab8d45
Diffstat (limited to 'catalog-ui/src/app/directives')
-rw-r--r-- | catalog-ui/src/app/directives/property-types/type-list/type-list-directive.less | 2 | ||||
-rw-r--r-- | catalog-ui/src/app/directives/property-types/type-map/type-map-directive.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/catalog-ui/src/app/directives/property-types/type-list/type-list-directive.less b/catalog-ui/src/app/directives/property-types/type-list/type-list-directive.less index 971ef3b007..181d48f75d 100644 --- a/catalog-ui/src/app/directives/property-types/type-list/type-list-directive.less +++ b/catalog-ui/src/app/directives/property-types/type-list/type-list-directive.less @@ -96,7 +96,7 @@ } } -.tosca-function { +.div-tosca-function { max-width: 165px; } diff --git a/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.less b/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.less index 1714178c9f..060ca487b3 100644 --- a/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.less +++ b/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.less @@ -91,7 +91,7 @@ display: inline-block; } -.tosca-function { +.div-tosca-function { max-width: 165px; } |