diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index 6468a4f1f7..3b1f4ff428 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -884,7 +884,8 @@ export default mixins( .table { border-collapse: collapse; text-align: left; - width: calc(100% - 1px); + width: calc(100% - var(--spacing-s)); + margin-right: var(--spacing-s); border: var(--border-base); font-size: var(--font-size-2xs);