sftp improvements, fixes #3992

This commit is contained in:
Eugene Pankov
2021-06-17 20:38:47 +02:00
parent 96ce42461d
commit c946decbca
14 changed files with 224 additions and 53 deletions

View File

@@ -152,3 +152,9 @@ ngb-typeahead-window {
}
}
}
.no-wrap {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}