07.08.2015, 06:12
We have plans to make this configurable in future releases, for now you can use Custom CSS to set a fixed element width and align text to the center. Note that it won't be visible in the editor, only in user visualization.
Code:
.myclass {
width: 200px;
text-align: center;
}