With CSS, you could do this with the following code:
/*make sure to include .rich-text to your custom class*/
.hanging-indent.rich-text {
text-indent: 10%;
}
With CSS, you could do this with the following code:
/*make sure to include .rich-text to your custom class*/
.hanging-indent.rich-text {
text-indent: 10%;
}