fix download folder selection dropdown. closes #678

This commit is contained in:
Alex Shnitman
2025-06-05 18:45:36 +03:00
parent b7ef408d5d
commit f494c4f6be
4 changed files with 35 additions and 12 deletions

View File

@@ -111,3 +111,18 @@ td
.spinner-border
margin-right: 0.5rem
::ng-deep .ng-select
flex: 1
.ng-select-container
min-height: 38px
.ng-value
white-space: nowrap
overflow: visible
.ng-dropdown-panel
.ng-dropdown-panel-items
max-height: 300px
.ng-option
white-space: nowrap
overflow: visible
text-overflow: ellipsis