More consistent spacing around the excerpt textarea.
Props paulwilde. Fixes #32242. git-svn-id: https://develop.svn.wordpress.org/trunk@32841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d7831ec94d
commit
b758c6cec4
@ -573,11 +573,11 @@ span.wp-media-buttons-icon:before {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#excerpt,
|
||||
.attachmentlinks {
|
||||
margin: 0;
|
||||
#excerpt {
|
||||
display: block;
|
||||
margin: 12px 0 0;
|
||||
height: 4em;
|
||||
width: 98%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tagchecklist {
|
||||
|
Loading…
Reference in New Issue
Block a user