1
0
Fork 0
file-manager/assets/upload.css

10 lines
176 B
CSS

.custom-file-control.file-selected:after {
display: none;
}
.custom-file-control {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 5.4em;
}