Completed
Push — develop ( cae3a5...5d089c )
by Aristeides
10:14 queued 06:23
created
modules/customizer-styling/class-kirki-modules-customizer-styling.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -233,8 +233,11 @@
 block discarded – undo
233 233
 			.expanded .wp-full-overlay-footer {
234 234
 				<?php if ( false === strpos( $config['width'], 'calc' ) ) : ?>
235 235
 					width: calc(<?php echo esc_attr( $config['width'] ); ?> - 1px);
236
-				<?php else : ?>
237
-					width: <?php echo esc_attr( $config['width'] ); ?>
236
+				<?php else {
237
+	: ?>
238
+					width: <?php echo esc_attr( $config['width'] );
239
+}
240
+?>
238 241
 				<?php endif; ?>
239 242
 			}
240 243
 
Please login to merge, or discard this patch.