Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stevenkoppens
Partner - Contributor III
Partner - Contributor III

Wrong search icon displayed on current selections object in mashup

Hi all,

Since the April 2018 release, the wrong icon is displayed on the current selection bar in our mashups (see image).

If I open an app in the hub, it displays the normal search icon.

Has anyone encountered the same issue?

Kind regards,

Steven

currentselections.PNG

3 Replies
Aiham_Azmeh
Employee
Employee

Hi stevenkoppens‌,

It looks like some css is clashing with this icon, are you using a css library like bootstrap or similar? If so, have you tried to upgrade?

/aiham

stevenkoppens
Partner - Contributor III
Partner - Contributor III
Author

Thanks for the quick response. I actually found a quite strange workarround, by changing the alignment of the icon. WIll try to update other libaries, that could work.

Regs,

Steven

rajatshukla
Partner - Contributor
Partner - Contributor

In your .css file , write :

.icon{

padding-right : 12px;

}

Note: padding-right and padding-left both work, pixels can be set as per your need .

Regards,

Rajat