diff --git a/templates/integrations/add_shell.html b/templates/integrations/add_shell.html index 72f08216..280237e4 100644 --- a/templates/integrations/add_shell.html +++ b/templates/integrations/add_shell.html @@ -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> diff --git a/templates/integrations/webhook_form.html b/templates/integrations/webhook_form.html index 286359c3..0a758b95 100644 --- a/templates/integrations/webhook_form.html +++ b/templates/integrations/webhook_form.html @@ -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