From 3ec786b6324261b933dba9960b7fd1397674970e Mon Sep 17 00:00:00 2001 From: richard-dds Date: Sun, 21 Oct 2018 21:22:55 -0400 Subject: [PATCH] Move modal so it doesn't shift the DOM --- templates/workspaces/members/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index ed85f6ce..61d2a49e 100644 --- a/templates/workspaces/members/edit.html +++ b/templates/workspaces/members/edit.html @@ -62,6 +62,7 @@

{{ project.name }}

revoke all access + {% call Modal(name=revoke_modal_name, dismissable=False) %}

Revoke Access

@@ -74,7 +75,6 @@
{% endcall %} -