From 5b415399855d8b01b4b7071b56fc177929bdd470 Mon Sep 17 00:00:00 2001 From: Srihari Sriraman Date: Tue, 27 Aug 2013 11:51:15 +0530 Subject: [PATCH] Fixing Invite code input width to be same across browsers - It was wide on firefox and narrow on chrome - This fits it within the parent's padding on all browsers --- app/assets/stylesheets/application.css.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index f14028f42..1118d1416 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -1905,6 +1905,10 @@ h1.tag :margin :bottom 25px + #invite_code + :width 100% + @include box-sizing(border-box) + .subtle :color #888 :font