diff --git a/front/core/components/json-value/index.js b/front/core/components/json-value/index.js index 6bf0ae4aa..226bf8477 100644 --- a/front/core/components/json-value/index.js +++ b/front/core/components/json-value/index.js @@ -2,7 +2,7 @@ import ngModule from '../../module'; import Component from 'core/lib/component'; import './style.scss'; -const maxStrLen = 50; +const maxStrLen = 512; /** * Displays pretty JSON value. diff --git a/front/salix/components/log/index.html b/front/salix/components/log/index.html index 38c5035dc..550e37970 100644 --- a/front/salix/components/log/index.html +++ b/front/salix/components/log/index.html @@ -75,17 +75,14 @@ class="attributes"> - + {{::prop.nameI18n}}: , -
+
- + {{::prop.nameI18n}}: diff --git a/front/salix/components/log/style.scss b/front/salix/components/log/style.scss index 381b99039..a1f11ee2a 100644 --- a/front/salix/components/log/style.scss +++ b/front/salix/components/log/style.scss @@ -144,9 +144,6 @@ vn-log { & > .no-changes { font-style: italic; } - .json-field { - text-transform: capitalize; - } } } }