Nom de classe

This commit is contained in:
Fred Tempez 2020-08-12 16:35:13 +02:00
parent 0b400cdb35
commit b89314610b
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ class template {
'value' => $attributes['value']
]);
// Champ d'upload
$html .= '<div class="inputWrapper">';
$html .= '<div class="inputFileWrapper">';
$html .= sprintf(
'<a
href="' .

View File

@ -1020,10 +1020,10 @@ label {
}
/* Empêche le débordement et les sauts de ligne */
.inputWrapper {
.inputFileWrapper {
display: inline;
}
.inputWrapper > .inputFile {
.inputFileWrapper > .inputFile {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;