Skip to content

Commit

Permalink
fix bug 73081
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kireyev committed Feb 11, 2025
1 parent 3235e1a commit b3f2ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/presentationeditor/main/app/view/DocumentPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ define([
'<div id="preview-goto-page" style="display:inline-block;"></div>',
'</div>',
'</div>',
'<div id="preview-group-draw" class="preview-group" style="display:flex;height: 100%;align-items: center;">',
'<div id="preview-group-draw" class="preview-group">',
'<div class="separator"></div>',
'<div id="btn-preview-draw"></div>',
'<div id="btn-preview-draw" style="display: inline-block;"></div>',
'</div>',
'<div class="preview-group" style="">',
'<div class="separator"></div>',
Expand Down

0 comments on commit b3f2ca7

Please sign in to comment.