Set the width of the information column to 60px to prevent icon wrap

This commit is contained in:
Tim Almdal
2011-04-23 15:10:04 -07:00
parent aa0d98e515
commit 92c23ea92d

View File

@@ -55,7 +55,7 @@
<th style="width: 8em"> <?= t("Name") ?> </th>
<th> <?= t("Version") ?> </th>
<th> <?= t("Description") ?> </th>
<th> <?= t("Details") ?> </th>
<th style="width: 60px"> <?= t("Details") ?> </th>
</tr>
<? foreach ($available as $module_name => $module_info): ?>
<tr class="<?= text::alternate("g-odd", "g-even") ?>">