fix layout

This commit is contained in:
Marco Crapts
2023-05-25 10:50:40 +02:00
parent 4becbf41a9
commit f059cc0291
5 changed files with 80 additions and 21 deletions

View File

@@ -159,7 +159,7 @@ const createLink = (link: string) => {
}
</script>
<template>
<div class="relative" ref="editorElement">
<div class="relative overflow-x-hidden" ref="editorElement">
<CKEditor
class="w-full flex-grow text-[110%] font-light"
:editor="editor"