Skip to content

Commit

Permalink
QA: Minor visualization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 16, 2024
1 parent 4a0cd0f commit 81ed214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ function format_archive_plugin_row($plugin, $table) {
static $first_plugin = true;

/* action icons */
$row = "<td style='width:1%'>";
$row = "<td class='nowrap' style='width:1%'>";

if (plugin_valid_version_range($plugin['archive_compat'])) {
if (plugin_valid_dependencies($plugin['archive_requires'])) {
Expand Down

0 comments on commit 81ed214

Please sign in to comment.