Skip to content

Commit aa31090

Browse files
committed
fix plugin card width
1 parent b2993d1 commit aa31090

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
@@ -1487,8 +1487,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
14871487

14881488
@media screen and (min-width: 1600px) and ( max-width: 2299px ) {
14891489
.plugin-card {
1490-
width: 30%;
1491-
width: calc( 33.1% - 8px );
1490+
width: calc( (100% - 32px) / 3 );
14921491
}
14931492

14941493
.plugin-card:nth-child(odd) {

0 commit comments

Comments
 (0)