From 0d708e3bb2502abe50e1ed4069b43536b538ceef Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Thu, 27 Oct 2022 12:47:28 +0100 Subject: Support addition of scalar type constraints this also supports the addition of the in_range and the valid_values constraints, and supports delete and editing of current and added constraints Issue-ID: SDC-4223 Change-Id: I5ffb4d17d9f8c2730f650153fb4ff89eccfdd474 Signed-off-by: JvD_Ericsson --- .../app/directives/property-types/type-map/type-map-directive.html | 2 +- .../app/directives/property-types/type-map/type-map-directive.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'catalog-ui/src/app/directives') diff --git a/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html b/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html index 139f1f4220..d84ec821de 100644 --- a/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html +++ b/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html @@ -15,7 +15,7 @@ --> -
+
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 6dc481dd26..9c2984e3ce 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 @@ -86,3 +86,7 @@ } } } + +.type-map { + display: inline-block; +} -- cgit 1.2.3-korg