Open aksth opened 4 years ago
@outstandyy @yggg
I want to know it too!
I would like to know as well. I really want to expand the width of the nb-options, and don't see any way to do this.
Was this ever resolved? I am trying to accomplish something similar and I am unable to overcome this.
same here.
I want to change the style such as height, padding, justify-content, etc. of the
<nb-option-list>
and<nb-option>
of the auto-complete component. I have a long list and the overlay options list's (<nb-option-list>
) height is very large occupying everything below. I am also looking to change the padding and other properties of the individual option (<nb-option>
). How can I achieve this? Since the overlay is created outside of the component scope, how can I control its style? Selector such as::ng-deep
is not achieving this too.I want to change the style by using selector 'country-select-option' such as:
How to make it work? This can be done if I use the style property directly in the HTML. But is there a CSS/SCSS way?