Merge pull request #13768 from vvlladd28/bug/json-editor/fill-height

Fixed issue where fill-height class was not applied to JSON editor
This commit is contained in:
Igor Kulikov 2025-07-25 14:09:09 +03:00 committed by GitHub
commit 2bb6afa372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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