w-100
This commit is contained in:
parent
5965cd5647
commit
3581acb862
|
|
@ -130,9 +130,9 @@
|
||||||
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
|
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
|
||||||
|
|
||||||
<!-- Zone d'information sur les extensions -->
|
<!-- Zone d'information sur les extensions -->
|
||||||
<div class="alert alert-info mt-2 py-2 small">
|
<div class="alert alert-info mt-2 py-2 small w-100">
|
||||||
<strong><?= _("Extensions autorisées :") ?></strong>
|
<strong><?= _("Extensions autorisées :") ?></strong>
|
||||||
<div class="d-flex flex-wrap mt-2 w-100">
|
<div class="d-flex flex-wrap mt-2">
|
||||||
<?php foreach ($tabExt as $ext): ?>
|
<?php foreach ($tabExt as $ext): ?>
|
||||||
<?php
|
<?php
|
||||||
$style = isset($extStyles[$ext]) ? $extStyles[$ext] : ["color" => "secondary", "icon" => "fas fa-file"];
|
$style = isset($extStyles[$ext]) ? $extStyles[$ext] : ["color" => "secondary", "icon" => "fas fa-file"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user