mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-04 21:05:26 +00:00
Fix bottom padding in webhook and shell forms
This commit is contained in:
parent
b065bb02c1
commit
1e6f4cfd9f
2 changed files with 2 additions and 2 deletions
templates/integrations
|
@ -58,7 +58,7 @@
|
|||
|
||||
<br>
|
||||
<br>
|
||||
<div class="text-right">
|
||||
<div class="form-group text-right">
|
||||
<button type="submit" class="btn btn-primary">Save Integration</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
|
||||
<br>
|
||||
<br>
|
||||
<div class="text-right">
|
||||
<div class="form-group text-right">
|
||||
<button type="submit" class="btn btn-primary">
|
||||
{% if channel %}
|
||||
Save Changes
|
||||
|
|
Loading…
Add table
Reference in a new issue