Skip to content

Commit 96e51a5

Browse files
Remove line-height property from <input> tags.
This was causing text selection to be too tall. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10380002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135250 0039d316-1c4b-4281-b951-d872f2087c98
1 parent d794f9d commit 96e51a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

remoting/webapp/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ Component: Text Field
184184
------------------------------------------------------------------*/
185185
input {
186186
height: 29px;
187-
line-height: 27px;
188187
padding-left: 8px;
189188
color: #333;
190189
border: 1px solid #d9d9d9;

0 commit comments

Comments
 (0)