diff options
| -rw-r--r-- | app/assets/stylesheets/leap.scss | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index dddcc1a..9fe2195 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -307,3 +307,6 @@ html, body {      margin: 0 2px;    }  } +.modal-footer form{ +  margin: 0; +} | 
