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:
Konstantin Obenland 2015-06-18 14:18:53 +00:00
parent d7831ec94d
commit b758c6cec4

View File

@ -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 {