1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 09:12:38 +00:00

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

View file

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