Skip to content

Commit

Permalink
Merge pull request #1317 from BCStudentSoftwareDevTeam/Save-Button-Ma…
Browse files Browse the repository at this point in the history
…rgin

Fixed Save Button Spacing
  • Loading branch information
bledsoef committed Aug 29, 2024
2 parents 6365cd9 + ead705b commit 492e97b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## Issue Description

Fixes issue #_~~add issue number~~_
- _Brief issue description_
Fixes issue #add issue number
- Add issue description

## Changes
- _Use bullet points to provide a description of added changes_
- _Add images where possible to provide more context to your changes_

- Use bullet points to provide a description of added changes.
- Add images, where possible, to provide more context to your changes.

## Testing
- _Use backticks to highlight shell commands or file directories in your test descriptions._
- _Use bullet points to provide a description of added changes_

- Use `backticks` to highlight shell commands or file directories in your test descriptions.
- Use bullet points to provide a concise description of testing procedure.
2 changes: 1 addition & 1 deletion app/templates/admin/createEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h1 id="pageTitle">{{page_title}}</h1>
<button type="button" class="btn btn-success" data-bs-toggle="modal" data-bs-target="#renewWarning">Renew
Event</button>
{% endif %}
<input type="submit" class="btn btn-primary saveBtn" value="Save" />
<input type="submit" class="btn btn-primary saveBtn mb-3" value="Save" />
</div>
</div>
</div>
Expand Down

0 comments on commit 492e97b

Please sign in to comment.