Merge pull request #22590 from woocommerce/fix/22395

Added more types of input to styling in admin/variations.
This commit is contained in:
Mike Jolley 2019-01-31 13:10:32 +00:00 committed by GitHub
commit db36dea3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -4797,8 +4797,20 @@
float: right;
}
input[type=text],
input[type=number],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
width: 100%;