mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-10 15:37:30 +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>
|
||||||
<br>
|
<br>
|
||||||
<div class="text-right">
|
<div class="form-group text-right">
|
||||||
<button type="submit" class="btn btn-primary">Save Integration</button>
|
<button type="submit" class="btn btn-primary">Save Integration</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -165,7 +165,7 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div class="text-right">
|
<div class="form-group text-right">
|
||||||
<button type="submit" class="btn btn-primary">
|
<button type="submit" class="btn btn-primary">
|
||||||
{% if channel %}
|
{% if channel %}
|
||||||
Save Changes
|
Save Changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue