
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2018 04:43 AM
Hello Team,
I want to reduce width of <sn-record-picker> directive. How it is possible? Please provide any solution.
Thanks.
Solved! Go to Solution.
Labels:
- Labels:
-
Service Portal
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 09:39 PM
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.
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 10:27 PM
Hi,
Thank you it is working:)