diff --git a/core/core-frontend/src/components/visualization/LinkageSetOption.vue b/core/core-frontend/src/components/visualization/LinkageSetOption.vue index 61f10dbbff..b147d3e4db 100644 --- a/core/core-frontend/src/components/visualization/LinkageSetOption.vue +++ b/core/core-frontend/src/components/visualization/LinkageSetOption.vue @@ -8,8 +8,8 @@ const props = defineProps({ title: propTypes.string, baseWidth: { required: false, - type: Number, - default: 300 + type: String, + default: '100%' }, actionSelection: { required: true, @@ -31,7 +31,13 @@ const { title, themes, actionSelection } = toRefs(props)