We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3f078 commit 1b16006Copy full SHA for 1b16006
src/app/src/components/content/ContentEditorCode.vue
@@ -126,11 +126,8 @@ async function setContent(document: DatabasePageItem) {
126
</script>
127
128
<template>
129
- <div class="relative h-full">
130
- <AlertMDCFormatting v-if="isAutomaticFormattingDetected" />
131
- <div
132
- ref="editorRef"
133
- class="h-full -ml-3"
134
- />
+ <div class="relative h-full flex flex-col">
+ <AlertMDCFormatting class="flex-none" v-if="isAutomaticFormattingDetected" />
+ <div ref="editorRef" class="flex-1" />
135
</div>
136
</template>
0 commit comments