You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, eg. used with djangocms_bootstrap4 Link plugin, an excessive space is rendered.
It looks ugly especially when comma or point is next to the link:
LinkText ,
Should be:
LinkText,
I'm not sure if it's djangocms_bootstrap4 issue or djangocms-text-ckeditor, but i think there may be lots of cases when this space is unwanted and cannot be removed, while it may be inserted by editor in Text plugin edit form.
My proposal is to strip spaces in _render_tag(). Pull request will be provided in a moment.
The text was updated successfully, but these errors were encountered:
sq9mev
added a commit
to sq9mev/djangocms-text-ckeditor
that referenced
this issue
May 15, 2020
Well, eg. used with djangocms_bootstrap4 Link plugin, an excessive space is rendered.
It looks ugly especially when comma or point is next to the link:
Should be:
I'm not sure if it's djangocms_bootstrap4 issue or djangocms-text-ckeditor, but i think there may be lots of cases when this space is unwanted and cannot be removed, while it may be inserted by editor in Text plugin edit form.
My proposal is to strip spaces in _render_tag(). Pull request will be provided in a moment.
The text was updated successfully, but these errors were encountered: