flex-grow instead of flex-1

This commit is contained in:
2023-05-17 05:27:59 +02:00
parent 9765806dca
commit 6c52785597
7 changed files with 11 additions and 11 deletions

View File

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