Administration: Remove the input qualifier for the .regular-text class rule. This allows for other elements such as textareas to be styled with the same width as regular text inputs.

Fixes #20928
Props curdin


git-svn-id: https://develop.svn.wordpress.org/trunk@38653 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2016-09-26 16:45:22 +00:00
parent 7be45216c4
commit 6d05c7db0d

View File

@ -386,7 +386,7 @@ textarea.large-text {
width: 99%;
}
input.regular-text {
.regular-text {
width: 25em;
}