We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Wanted to align the search result icon of contextual search

devarshkhed
Tera Contributor

I have created one contextual search on record producer.

It is giving me the exact result. But the pencil icon which shows on article related search result is not displaying in a proper line. I wanted to set the alignment of that icon so where i can set this.

PENCIL BLUE ICON ISSUE

devarshkhed_0-1737436395441.png

 

1 REPLY 1

Shruti
Giga Sage

Hi,

Go to the widget on employee center and press Ctrl+right click -> Click on instance in page editor

Shruti_0-1737447632193.png

Paste below to the CSS section and save it

.cxs-result-container .col-md-12{
display:flex !important;
}