improve scrolling / layout
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user