Nom de classe
This commit is contained in:
parent
0b400cdb35
commit
b89314610b
@ -244,7 +244,7 @@ class template {
|
||||
'value' => $attributes['value']
|
||||
]);
|
||||
// Champ d'upload
|
||||
$html .= '<div class="inputWrapper">';
|
||||
$html .= '<div class="inputFileWrapper">';
|
||||
$html .= sprintf(
|
||||
'<a
|
||||
href="' .
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user