diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-15 16:11:21 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-15 16:11:21 -0700 |
commit | 1df752a2f2aba75358d9bb627bc6da9fad7ca889 (patch) | |
tree | 631c2e885c53faef5b5665651503b359725b1a65 /modules/gallery/views/admin_modules.html.php | |
parent | 78186c262c1ab87500cb8d6a1bebae35c2dfbf40 (diff) |
Make the "name" column a little wider.
Diffstat (limited to 'modules/gallery/views/admin_modules.html.php')
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index c5015e68..4d6fe5f0 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -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> |