| @@ -697,8 +697,12 @@ | ||
| 697 | 697 | 'right' => [ |
| 698 | 698 | 'title' => esc_html__( 'Right', 'elementor' ), |
| 699 | 699 | 'icon' => 'eicon-text-align-right', |
| 700 | 700 | ], |
| 701 | + 'justify' => [ | |
| 702 | + 'title' => __( 'Justified', 'elementor' ), | |
| 703 | + 'icon' => 'eicon-text-align-justify', | |
| 704 | + ], | |
| 701 | 705 | ], |
| 702 | 706 | 'selectors' => [ |
| 703 | 707 | '{{WRAPPER}} > .elementor-element-populated' => 'text-align: {{VALUE}};', |
| 704 | 708 | ], |