Skip to content

Commit 54927d3

Browse files
committed
Minor update on the width to prevent the loading bar to ge to the left
1 parent 30db4c0 commit 54927d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/setup-wizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class="btn btn-secondary" target="_blank"><?php esc_html_e( 'Upgrade to Pro', 'v
188188
<h4 class="h4 pb-4"><?php esc_html_e( 'Importing demo data', 'visualizer' ); ?></h4>
189189
<p class="p" data-import_message="<?php esc_attr_e( 'Done! Demo data imported successfully.', 'visualizer' ); ?>"><?php esc_html_e( 'Hold on! we are importing demo data for your selected chart', 'visualizer' ); ?></p>
190190
<div class="vz-progress" style="margin-top: 4px;">
191-
<div class="vz-progress-bar" style="width: 100%;"></div>
191+
<div class="vz-progress-bar"></div>
192192
</div>
193193
</div>
194194
</div>

0 commit comments

Comments
 (0)