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)">
diff --git a/frontend/app/shared/components/schema-category.component.scss b/frontend/app/shared/components/schema-category.component.scss
index c12c16860..2e37fe9ce 100644
--- a/frontend/app/shared/components/schema-category.component.scss
+++ b/frontend/app/shared/components/schema-category.component.scss
@@ -3,8 +3,8 @@
$drag-margin: -8px;
-h3 {
- display: inline-block;
+.col {
+ overflow: hidden;
}
.btn {
diff --git a/frontend/app/theme/_vars.scss b/frontend/app/theme/_vars.scss
index 0729a8ca9..3a86f9deb 100644
--- a/frontend/app/theme/_vars.scss
+++ b/frontend/app/theme/_vars.scss
@@ -101,7 +101,7 @@ $panel-header: 5.4rem;
$panel-sidebar: 3.75rem;
$panel-light-background: #fff;
-$asset-width: 16rem;
+$asset-width: 14.5rem;
$asset-height: 19rem;
$asset-header: 12rem;
$asset-image: 12rem;