removed blockquote css styles

pull/1990/head
CatHood0 9 months ago
parent de393a4254
commit 8d639795e2
  1. 4
      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

Loading…
Cancel
Save