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 af3b5a9 commit c7ba02cCopy full SHA for c7ba02c
includes/admin/load.php
@@ -287,7 +287,8 @@ function perflab_print_features_page_style(): void {
287
margin-left: 0;
288
}
289
.plugin-card-top {
290
- min-height: auto;
+ /* 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;
292
293
.plugin-card .perflab-plugin-experimental {
294
font-size: 80%;
0 commit comments