UI: Fixed issue where fill-height class was not applied to JSON editor

This commit is contained in:
Vladyslav_Prykhodko 2025-07-25 09:46:21 +03:00
parent 203a2c8409
commit 9c6654bb1d

View File

@ -16,7 +16,7 @@
.tb-json-object {
position: relative;
.fill-height {
&.fill-height {
height: 100%;
}