Fix for file input text that get out of the field.

This commit is contained in:
Louis Vézina 2020-06-25 06:36:40 -04:00
parent e3f9030463
commit bf71be7ef7
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@
.slider_span {
margin-left: 1em;
}
.custom-file {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
{% endblock head %}