From 340e455a9fcefd9729612127d9aad72efcfb2433 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 8 Oct 2013 13:28:05 -0700 Subject: [PATCH] Remove overflow: hidden from input elements This triggered a rendering regression in Chrome 30, and isn't useful anyway. https://code.google.com/p/chromium/issues/detail?id=304210 Fixes #1879 --- css/app.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/app.css b/css/app.css index 5613644a3..d09de6521 100644 --- a/css/app.css +++ b/css/app.css @@ -169,7 +169,6 @@ input[type=email] { width: 100%; border-radius:4px; text-overflow: ellipsis; - overflow: hidden; -webkit-transition: all 200ms; -moz-transition: all 200ms; -o-transition: all 200ms; @@ -1034,7 +1033,6 @@ a:hover .icon.out-link { background-position: -500px -14px;} min-height: 30px; border-top: 0; border-radius: 0 0 4px 4px; - overflow: hidden; } .form-field textarea {