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
This commit is contained in:
John Firebaugh
2013-10-08 13:28:05 -07:00
parent 51c67e14f9
commit 340e455a9f

View File

@@ -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 {