Skip to content

Commit

Permalink
Remove padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Jan 13, 2024
1 parent 9832cc4 commit 46abca8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ZKEACMS.WebHost/Views/Shared/_DesignLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="zk-modal-title">@L("Layout Code")</h4>
</div>
<div class="zk-modal-body">
<div id="layout-code-editor" style="width:100%;height:75vh"></div>
</div>
<div id="layout-code-editor" style="width:100%;height:75vh"></div>
<div class="zk-modal-footer">
<button type="button" class="zk-btn zk-btn-default" data-dismiss="modal">@L("Close")</button>
<button type="button" class="zk-btn zk-btn-primary" id="save-layout-code" data-dismiss="modal">@L("OK")</button>
Expand Down

0 comments on commit 46abca8

Please sign in to comment.