i use nebular for my angular app, but i want change some css manually and i can't do it.
for example in using nb-select or nb-toggle i can't change css as i want.
have you any idea to help?
enter image description here
for example this is a nb-select, that i want to define disply, position and width with it.
i found a solution that resolve my problem. I use
ng-deep. in my case I solve my problem by below solution: