feat: add text alignment options to toolbar with corresponding styles and commands
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
This commit is contained in:
@@ -334,3 +334,20 @@
|
||||
left: -6px;
|
||||
cursor: nw-resize;
|
||||
}
|
||||
|
||||
/* Text Alignment */
|
||||
.editor-text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.editor-text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.editor-text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.editor-text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user