Skip to content
Snippets Groups Projects
Commit 3c068537 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: allow AHTMLEditor to shrink by setting min-width

parent 8972f508
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ useEventListener(contentEl, 'click', (event: PointerEvent) => {
<style lang="postcss">
.aura-quill {
min-width: 200px;
--_aura-quill-bg: theme('colors.gray.800');
.ql-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment