improve scrolling / layout

This commit is contained in:
2023-05-17 07:24:26 +02:00
parent 6c52785597
commit 22017f3e8b
9 changed files with 17 additions and 18 deletions

View File

@@ -163,7 +163,7 @@ const createLink = (link: string) => {
<template>
<div class="relative" ref="editorElement">
<CKEditor
class="flex-grow text-[110%] font-light"
class="w-full flex-grow text-[110%] font-light"
:editor="editor"
v-model="editorData"
:config="editorConfig"