quill-blot-formatter
quill-blot-formatter copied to clipboard
When [preserveWhitespace]="true", align icons issue
Just add the white-space: nowrap
css property in the blot-formatter__toolbar
css class
.blot-formatter__toolbar { white-space: nowrap; }