I have multiple igx-selects that are used to display a drop-down list. The igx-selects are inside of a column of an igx-grid and inside of igx-dialog.
I want to change the width of a particular igx-select (e.g. the igx-selects inside of a particular column, not for all igx-selects that I have) .
I tried to use <div style="width: 430px"> around my igx-select block and it did not work.
Here is one of my igx-selects block inside my igx-grid.
Here is one of my igx-selects block inside my igx-dialog.
Thank you in advance!