Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 20, 2023
1 parent 5865498 commit 0e576a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ const markdownEditorMaxHeight = computed((): string => `${props.editorMaxHeight}
height: 100%;
left: 0;
margin-top: v-bind('fullscreenOffsetTop');
padding: $kui-space-0 $kui-space-40 $kui-space-40;
position: fixed;
right: 0;
top: 0;
Expand Down

0 comments on commit 0e576a6

Please sign in to comment.