From 3998a9ed4f1b569c3b95f5430260bf29c73ff4fa Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 21 Sep 2015 19:48:34 -0700 Subject: [PATCH] Fix for + button --- app/assets/stylesheets/_application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 1c9948c..4b31f79 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -1935,7 +1935,7 @@ html[data-lingua-franca-example="html"] { } .email-field { - width: 82%; + width: 80%; font-size: 0.9em; float: left; }