The CreatorCon Call for Content is officially open! Get started here.

how to change css of ootb widget used in custom widget

Akki1
Tera Contributor

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

2 REPLIES 2

dave_greene
ServiceNow Employee
ServiceNow Employee

You can use the widget editor to edit the css

 

@dave.greene But I hv directly used it in my custom widget

find_real_file.png