Skip to content

Commit 3fe3e7e

Browse files
committed
use gap instead of space-between or margins
1 parent 91b4765 commit 3fe3e7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
14401440
.plugin-install-php #the-list {
14411441
display: flex;
14421442
flex-wrap: wrap;
1443-
justify-content: space-between;
1443+
gap: 16px;
14441444
}
14451445

14461446
.plugin-install-php .plugin-card {
@@ -1476,7 +1476,6 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
14761476
}
14771477

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

0 commit comments

Comments
 (0)