File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
src/app/components/side-panel Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 3131 < div class ="app-select-container ">
3232 < mat-select
3333 class ="app-select "
34+ panelClass ="wide-agent-dropdown-panel "
3435 (selectionChange) ="appSelectionChange.emit($event) "
3536 [placeholder] ="isLoadingApps()() ? 'Loading...' : 'Select an agent' "
3637 [formControl] ="selectedAppControl() "
Original file line number Diff line number Diff line change 140140}
141141
142142.app-select-container {
143- width : 35 % ;
143+ width : 60 % ;
144144 margin-top : 12px ;
145145 background-color : var (--side-panel-app-select-container-background-color );
146146 margin-left : 10px ;
229229 white-space : wrap ;
230230 font-size : 11px ;
231231}
232+
233+ :host ::ng-deep .wide-agent-dropdown-panel {
234+ min-width : 300px ;
235+ max-width : 600px ;
236+
237+ .mat-mdc-option {
238+ white-space : normal ;
239+ line-height : 1.4 ;
240+ height : auto ;
241+ min-height : 48px ;
242+ padding : 8px 16px ;
243+ }
244+ }
You can’t perform that action at this time.
0 commit comments