Trumbowyg icon indicating copy to clipboard operation
Trumbowyg copied to clipboard

How do I change the behavior of a align button ?

Open edreamwork opened this issue 3 years ago • 0 comments

The Align Left button adds style = "text-align: left" to the wrapper. I dont want to have any inline style in my code. So I have the below css

align-left {
 text-align:left;
}

How do I modify that button so that it would add align-left class to the wrapper instead of adding the inline style ?

Description

How to reproduce?

edreamwork avatar Sep 05 '21 17:09 edreamwork