Completed
Push — master ( 07f885...3f46f1 )
by
unknown
02:28
created
public/includes/editor-modules.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
 	$toolbar_headings      = lasso_editor_get_option( 'toolbar_headings', 'lasso_editor' );
147 147
 
148 148
 	$toolbar_class  = $toolbar_headings ? 'toolbar-extended' : false;
149
-    $mobile_class = $is_mobile ? 'lasso-mobile' : false;
149
+	$mobile_class = $is_mobile ? 'lasso-mobile' : false;
150 150
 	
151 151
 	$mobile_style =$is_mobile ? 'style="top:40px;"' : null;
152 152
 
Please login to merge, or discard this patch.