Skip to content

Commit 6d66272

Browse files
committed
Removed negative -4px margin on #poststuff #post-body that pulling post-body to left.
This negative margin is not required.
1 parent 9510710 commit 6d66272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/edit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#poststuff #post-body {
77
padding: 0;
8-
margin: 0 -4px;
8+
margin: 0;
99
}
1010

1111
#poststuff .postbox-container {

0 commit comments

Comments
 (0)