From 8d639795e2344b702b25fe14502f4dbe6b14e8ab Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Mon, 8 Jul 2024 14:35:31 -0400 Subject: [PATCH] removed blockquote css styles --- quill_html_converter/lib/quill_html_converter.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quill_html_converter/lib/quill_html_converter.dart b/quill_html_converter/lib/quill_html_converter.dart index e5206c56..aa5cd43c 100644 --- a/quill_html_converter/lib/quill_html_converter.dart +++ b/quill_html_converter/lib/quill_html_converter.dart @@ -86,10 +86,6 @@ final _defaultConverterOptions = ConverterOptions( // Fit images within restricted parent width return ['max-width: 100%', 'object-fit: contain']; } - if (op.isBlockquote()) { - // Style for blockquotes - return ['border-left: 4px solid #ccc', 'padding-left: 16px']; - } return null; }, // Enable inline styles