Skip to content

Commit

Permalink
fix(editor): Remove excess margin below run data editor (#7372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Oct 9, 2023
1 parent 3e7a4d3 commit 3fa2764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor-ui/src/components/RunData.vue
Expand Up @@ -1672,7 +1672,6 @@ export default defineComponent({
.editMode {
height: 100%;
max-height: calc(100% - var(--spacing-3xl));
display: flex;
flex-direction: column;
justify-content: stretch;
Expand Down

0 comments on commit 3fa2764

Please sign in to comment.