diff --git a/ui-ngx/src/app/modules/home/components/details-panel.component.html b/ui-ngx/src/app/modules/home/components/details-panel.component.html
index e82ee068d5..720cdffd83 100644
--- a/ui-ngx/src/app/modules/home/components/details-panel.component.html
+++ b/ui-ngx/src/app/modules/home/components/details-panel.component.html
@@ -65,6 +65,6 @@
-
+
diff --git a/ui-ngx/src/app/modules/home/components/details-panel.component.scss b/ui-ngx/src/app/modules/home/components/details-panel.component.scss
index b73eb5d58d..2a820b9f54 100644
--- a/ui-ngx/src/app/modules/home/components/details-panel.component.scss
+++ b/ui-ngx/src/app/modules/home/components/details-panel.component.scss
@@ -20,7 +20,6 @@
height: 100%;
display: flex;
flex-direction: column;
-
.mat-toolbar.details-toolbar {
padding: 0;
}
@@ -28,11 +27,9 @@
:host ::ng-deep {
- .reset-style {
- color: rgba(0, 0, 0, 0.6);;
- //font-family: "Arial";
+ .details-panel-style {
+ color: rgba(0, 0, 0, 0.6);
line-height: 24px;
- //font-weight: 500;
letter-spacing: 0.5px;
}