diff --git a/client/web/compose/src/components/ModuleFields/Configurator/String.vue b/client/web/compose/src/components/ModuleFields/Configurator/String.vue index bd266c950d..3b145df251 100644 --- a/client/web/compose/src/components/ModuleFields/Configurator/String.vue +++ b/client/web/compose/src/components/ModuleFields/Configurator/String.vue @@ -7,6 +7,25 @@ {{ $t('kind.string.richText') }} + + + + + + @@ -19,5 +38,14 @@ export default { }, extends: base, + + data () { + return { + checkboxLabel: { + on: this.$t('general:label.yes'), + off: this.$t('general:label.no'), + }, + } + }, } diff --git a/client/web/compose/src/components/ModuleFields/Viewer/String.vue b/client/web/compose/src/components/ModuleFields/Viewer/String.vue index 28c3a1f034..597985c36a 100644 --- a/client/web/compose/src/components/ModuleFields/Viewer/String.vue +++ b/client/web/compose/src/components/ModuleFields/Viewer/String.vue @@ -5,10 +5,19 @@ class="rt-content" >

+ +

+ {{ formatted }} +

diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 320c014e57..81fe4def1c 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -2622,6 +2622,14 @@ tr:hover .inline-actions { width: 1%; font-family: var(--font-regular) !important; } + + tbody { + tr { + td:nth-last-child(2) { + padding-right: 5rem; + } + } + } } .record-list-footer { diff --git a/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue b/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue index a63c831ff4..4ee0378555 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue @@ -791,21 +791,21 @@ cols="12" lg="6" > - +