Numbered indentations size cannot be changed in TWebRichEdit

Hi Bruno,

Regarding TWebRichEdit, I noticed that even after increasing the size of the body text from 8 to 14, the numbers in the indentation remain at size 8.

Any idea so we can change the size of numbers in the indentation?
Thanks,

This turns out to be a browser limitation for the execCommand on a contenteditable element that it doesn't include the LI elements.
We implemented a workaround for this that will be included in the next update.