From 9c6654bb1d99521661b70803bd3cf42a89063476 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Fri, 25 Jul 2025 09:46:21 +0300 Subject: [PATCH] UI: Fixed issue where fill-height class was not applied to JSON editor --- .../src/app/shared/components/json-object-edit.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/json-object-edit.component.scss b/ui-ngx/src/app/shared/components/json-object-edit.component.scss index 44a6028717..dfa09ce273 100644 --- a/ui-ngx/src/app/shared/components/json-object-edit.component.scss +++ b/ui-ngx/src/app/shared/components/json-object-edit.component.scss @@ -16,7 +16,7 @@ .tb-json-object { position: relative; - .fill-height { + &.fill-height { height: 100%; }