- Issue created by @ryanrobinson_wlu
- Status changed to Fixed
3 months ago 8:08am 14 August 2024 - 🇵🇱Poland dolszewski
Hi @ryanrobinson_wlu
We added Block Indent by class in the newest release (1.2.1). Please check if it works for you. - 🇩🇪Germany dbielke1986
@dolszewski:
Great work because now we can switch to this module, which is perfect.
The only thing I may would prefer is to move from px to em:.cke5-custom-block-indent-1 { margin-left: 40px; }
vs
.cke5-custom-block-indent-1 { margin-left: 2em; }
What do you think about this?
- 🇨🇦Canada ryanrobinson_wlu
I would support the use of em instead of px as the default for this. In the context of a CKE block, that will usually make more sense and be adaptable for tools like our accessibility toolbar that allows changing font sizes or spacing.
I haven't tried the new release yet. We're about to do a new production release so we're frozen on new non-essential changes. But I will definitely try to switch out the existing indentblock module for this after that.
Automatically closed - issue fixed for 2 weeks with no activity.