This commit is contained in:
KONE SOREL 2025-12-29 13:44:12 +00:00
parent af6b445abe
commit 5965cd5647

View File

@ -132,7 +132,7 @@
<!-- Zone d'information sur les extensions -->
<div class="alert alert-info mt-2 py-2 small">
<strong><?= _("Extensions autorisées :") ?></strong>
<div class="d-flex flex-wrap mt-2">
<div class="d-flex flex-wrap mt-2 w-100">
<?php foreach ($tabExt as $ext): ?>
<?php
$style = isset($extStyles[$ext]) ? $extStyles[$ext] : ["color" => "secondary", "icon" => "fas fa-file"];