Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#985 | about editor alignment styles to be a…
Browse files Browse the repository at this point in the history
…pplied
  • Loading branch information
snyaggarwal committed Oct 20, 2021
1 parent 42968dd commit 27ca5d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/app/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -966,3 +966,15 @@ div.custom-attributes-accordion-content {
z-index: 2;
position: absolute;
}
.ql-align-center {
text-align: center;
}
.ql-align-justify {
text-align: justify;
}
.ql-align-left {
text-align: left;
}
.ql-align-right {
text-align: right;
}

0 comments on commit 27ca5d0

Please sign in to comment.