mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
Set the width of the information column to 60px to prevent icon wrap
This commit is contained in:
@@ -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") ?>">
|
||||
|
||||
Reference in New Issue
Block a user