sn-record-picker

Bhagya Lakshmi
Mega Guru

Hello Team,

I want to reduce width of <sn-record-picker> directive. How it is possible? Please provide any solution.

Thanks.

1 ACCEPTED SOLUTION

auto is the default value for width, so you haven't changed anything.

You need to use something like 

width: 50%

or

width: 200px;

etc.

View solution in original post

5 REPLIES 5

Hi,

Thank you it is working:)