diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index abac4139c..4d07b5b3d 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -67,7 +67,7 @@ $(document).ready(function() { $("#make-request-link").fancybox({ 'modal': false, - 'width': 900, + 'width': 920, 'height': 400, 'type': 'iframe', 'href': '/en/profile/sign_in?modal=1', |