Update text align classes so they can be applied on spans
This commit is contained in:
parent
d60efb191a
commit
23aa702c7d
@ -161,13 +161,19 @@ Fonts
|
|||||||
* https://github.com/xing/wysihtml5/wiki/Supported-Commands
|
* https://github.com/xing/wysihtml5/wiki/Supported-Commands
|
||||||
*/
|
*/
|
||||||
.wysiwyg-text-align-center {
|
.wysiwyg-text-align-center {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wysiwyg-text-align-left {
|
.wysiwyg-text-align-left {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wysiwyg-text-align-right {
|
.wysiwyg-text-align-right {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user