mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +00:00
Fix for file input text that get out of the field.
This commit is contained in:
parent
e3f9030463
commit
bf71be7ef7
1 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,12 @@
|
|||
.slider_span {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.custom-file {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
</style>
|
||||
{% endblock head %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue