how to change css of ootb widget used in custom widget
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 06:20 AM
Hi,
Ootb data table widget is called in new custom widget.
But the fields shown there are somewhat not in line .
Eg There is field short description so it is like
If you see testing is after some space but instance is from starting so it is looking distorted.
I know there is one line in the css .sp-lst-cell{ white-space: pre-wrap; } so if remove this line it will work but how to do this?
Short description |
Testing Instance |
Labels:
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 07:08 AM
You can use the widget editor to edit the css
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 07:16 AM