Merge pull request #2279 from pratu16x7/alignment_fix
Add right alignment tool in editor
This commit is contained in:
commit
a8c9ea96b6
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@
|
|||
<a class="btn btn-default btn-small" data-edit="justifycenter"
|
||||
title="{{ __("Center (Ctrl/Cmd+E)") }}">
|
||||
<i class="icon-align-center"></i></a>
|
||||
<a class="btn btn-default btn-small" data-edit="justifyright"
|
||||
title="{{ __("Align Right (Ctrl/Cmd+R)") }}">
|
||||
<i class="icon-align-right"></i></a>
|
||||
<a class="btn btn-default btn-small" data-edit="outdent"
|
||||
title="{{ __("Reduce indent (Shift+Tab)") }}">
|
||||
<i class="icon-indent-left"></i></a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue