Skip to content

Commit

Permalink
Fixes margin on close button on modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Feb 21, 2025
1 parent 077194b commit ff33f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http_src/vue/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h5 class="modal-title">
<slot name="title"></slot>
</h5>
<div class="modal-close">
<div class="modal-close ms-auto">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion httpdocs/dist
Submodule dist updated 1 files
+2 −2 ntopng.js

0 comments on commit ff33f96

Please sign in to comment.