Skip to content

Commit 65ce92f

Browse files
authored
Merge pull request #285 from codesnippetspro/fix/logical-properties-fix
fix: wrong logical properties
2 parents 065a445 + cbbc9f7 commit 65ce92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/settings/class-version-switch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public static function ajax_refresh_versions(): void {
348348

349349
public static function render_version_switch_warning(): void {
350350
?>
351-
<div id="version-switch-warning" class="notice notice-warning" style="display: none; margin-block-end: 20px;">
351+
<div id="version-switch-warning" class="notice notice-warning" style="display: none; margin-block-start: 20px;">
352352
<p>
353353
<strong><?php esc_html_e( 'Warning:', 'code-snippets' ); ?></strong>
354354
<?php esc_html_e( 'Switching versions may cause compatibility issues. Always backup your site before switching versions.', 'code-snippets' ); ?>

0 commit comments

Comments
 (0)