We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b4765 commit 3fe3e7eCopy full SHA for 3fe3e7e
src/wp-admin/css/list-tables.css
@@ -1440,7 +1440,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
1440
.plugin-install-php #the-list {
1441
display: flex;
1442
flex-wrap: wrap;
1443
- justify-content: space-between;
+ gap: 16px;
1444
}
1445
1446
.plugin-install-php .plugin-card {
@@ -1476,7 +1476,6 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
1476
1477
1478
.plugin-card {
1479
- margin: 0 0 16px;
1480
width: calc( 50% - 8px );
1481
background-color: #fff;
1482
border: 1px solid #dcdcde;
0 commit comments