diff --git a/frontend/app/features/rules/pages/rules/rule.component.html b/frontend/app/features/rules/pages/rules/rule.component.html index c91bfc84b..38fd856d3 100644 --- a/frontend/app/features/rules/pages/rules/rule.component.html +++ b/frontend/app/features/rules/pages/rules/rule.component.html @@ -24,7 +24,7 @@
-
+

If

@@ -32,7 +32,7 @@
-
+

then

diff --git a/frontend/app/shared/components/asset.component.scss b/frontend/app/shared/components/asset.component.scss index 0aa1b7b3c..9cd1d5483 100644 --- a/frontend/app/shared/components/asset.component.scss +++ b/frontend/app/shared/components/asset.component.scss @@ -57,6 +57,8 @@ $list-height: 2.375rem; & { @include overlay-container; width: $asset-width; + border-top-width: 1px; + border-width: 1px; } &-body, diff --git a/frontend/app/shared/components/schema-category.component.html b/frontend/app/shared/components/schema-category.component.html index ba0f0e478..c7639462d 100644 --- a/frontend/app/shared/components/schema-category.component.html +++ b/frontend/app/shared/components/schema-category.component.html @@ -5,15 +5,19 @@ (cdkDropListDropped)="changeCategory($event)">
- - -

{{schemaCategory.name}} ({{snapshot.filtered.length}})

- - +
+
+ +
+
+

{{schemaCategory.name}}

+
+
+ ({{snapshot.filtered.length}}) +
+