Skip to content

Commit

Permalink
Make the "name" column a little wider.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 15, 2010
1 parent 78186c2 commit 1df752a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/views/admin_modules.html.php
Expand Up @@ -52,7 +52,7 @@
<table>
<tr>
<th> <?= t("Installed") ?> </th>
<th> <?= t("Name") ?> </th>
<th style="width: 8em"> <?= t("Name") ?> </th>
<th> <?= t("Version") ?> </th>
<th> <?= t("Description") ?> </th>
</tr>
Expand Down

0 comments on commit 1df752a

Please sign in to comment.