diff --git a/src/lib/components/Editor/Editor.css b/src/lib/components/Editor/Editor.css index 88735c7..f8392f0 100644 --- a/src/lib/components/Editor/Editor.css +++ b/src/lib/components/Editor/Editor.css @@ -1,5 +1,5 @@ .ql-editor { - @apply h-full w-full overflow-y-auto border-none !px-3 !py-2.5 text-base leading-[136%] outline-none; + @apply h-full w-full overflow-y-auto border-none !px-3 !py-2.5 text-base leading-[136%] outline-none duration-300; } .ql-editor, @@ -19,6 +19,10 @@ @apply text-blue-500; } +.ql-editor > * { + @apply !pl-0 duration-300; +} + @keyframes blink { 0% { opacity: 1;