diff --git a/.changeset/pretty-numbers-wash.md b/.changeset/pretty-numbers-wash.md new file mode 100644 index 000000000..ae74ed4d2 --- /dev/null +++ b/.changeset/pretty-numbers-wash.md @@ -0,0 +1,5 @@ +--- +"@knime/jsonforms": patch +--- + +Enable setting the set text in side drawer sections. diff --git a/packages/jsonforms/src/layoutComponents/SettingsSubPanelLayout.vue b/packages/jsonforms/src/layoutComponents/SettingsSubPanelLayout.vue index bcd7a89cc..8e1b2ff33 100644 --- a/packages/jsonforms/src/layoutComponents/SettingsSubPanelLayout.vue +++ b/packages/jsonforms/src/layoutComponents/SettingsSubPanelLayout.vue @@ -1,4 +1,5 @@ - - - - - - Set - - - - - - - + - - - + + + + + + + {{ setText }} + + + + + + + + + + + + diff --git a/packages/jsonforms/src/layoutComponents/section/SectionHeading.vue b/packages/jsonforms/src/layoutComponents/section/SectionHeading.vue index a09736a6c..69eed0312 100644 --- a/packages/jsonforms/src/layoutComponents/section/SectionHeading.vue +++ b/packages/jsonforms/src/layoutComponents/section/SectionHeading.vue @@ -20,15 +20,12 @@ defineProps<{ position: sticky; top: 0; z-index: 1; - margin: 0 calc(-1 * var(--horizontal-dialog-padding, 0)); background-color: var(--knime-gray-ultra-light); & .section-header-layout-container { display: flex; align-items: center; justify-content: space-between; - width: calc(100% - var(--horizontal-dialog-padding, 0) * 2); - margin: 0 var(--horizontal-dialog-padding, 0); border-bottom: 1px solid var(--knime-silver-sand); & h3 {