mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
7be45216c4
commit
6d05c7db0d
@ -386,7 +386,7 @@ textarea.large-text {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
input.regular-text {
|
||||
.regular-text {
|
||||
width: 25em;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user