| @@ -1154,8 +1154,12 @@ | ||
| 1154 | 1154 | 'right' => [ |
| 1155 | 1155 | 'title' => esc_html__( 'Right', 'elementor' ), |
| 1156 | 1156 | 'icon' => 'eicon-text-align-right', |
| 1157 | 1157 | ], |
| 1158 | + 'justify' => [ | |
| 1159 | + 'title' => __( 'Justified', 'elementor' ), | |
| 1160 | + 'icon' => 'eicon-text-align-justify', | |
| 1161 | + ], | |
| 1158 | 1162 | ], |
| 1159 | 1163 | 'selectors' => [ |
| 1160 | 1164 | '{{WRAPPER}} > .elementor-container' => 'text-align: {{VALUE}};', |
| 1161 | 1165 | ], |