Skip to content

Commit 91b4765

Browse files
committed
fix card margin
1 parent 7359517 commit 91b4765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/list-tables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
14761476
}
14771477

14781478
.plugin-card {
1479-
margin: 0 0 0 16px;
1479+
margin: 0 0 16px;
14801480
width: calc( 50% - 8px );
14811481
background-color: #fff;
14821482
border: 1px solid #dcdcde;

0 commit comments

Comments
 (0)