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

pull/1038/head
Louis Vézina 4 years ago
parent e3f9030463
commit bf71be7ef7

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

Loading…
Cancel
Save