Skip to content

Commit

Permalink
cancel button pull to left.
Browse files Browse the repository at this point in the history
added pull right to save
  • Loading branch information
akemidx committed Dec 10, 2024
1 parent e974c96 commit f2fab57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/modals/add-note.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('button.cancel') }}</button>
<button type="button" class="btn btn-primary" id="modal-save">{{ trans('general.save') }}</button>
<button type="button" class="btn btn-default pull-left" data-dismiss="modal">{{ trans('button.cancel') }}</button>
<button type="button" class="btn btn-primary pull-right" id="modal-save">{{ trans('general.save') }}</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->

0 comments on commit f2fab57

Please sign in to comment.