Twenty Fifteen: don't hyphenate input elements. Fixes #32880.

Built from https://develop.svn.wordpress.org/trunk@33093


git-svn-id: http://core.svn.wordpress.org/trunk@33064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2015-07-06 18:03:25 +00:00
parent ae2cafe1e1
commit 7b7fe01f76
2 changed files with 5 additions and 1 deletions

View File

@ -490,6 +490,10 @@ textarea {
button, button,
input { input {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: normal; line-height: normal;
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.3-beta1-33092'; $wp_version = '4.3-beta1-33093';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.