Skip to content

Commit c7ba02c

Browse files
committed
Prevent Settings link from overflowing plugin card
1 parent af3b5a9 commit c7ba02c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎includes/admin/load.php‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ function perflab_print_features_page_style(): void {
287287
margin-left: 0;
288288
}
289289
.plugin-card-top {
290-
min-height: auto;
290+
/* This is required to ensure the Settings link does not extend below the bottom of a plugin card on a wide screen */
291+
min-height: 90px;
291292
}
292293
.plugin-card .perflab-plugin-experimental {
293294
font-size: 80%;

0 commit comments

Comments
 (0)