How To reduce spacing between Panel Header

Aparna Gurav
Tera Contributor

Hello Team,

I want to reduce the spacing between the Panel Header(My item widget), can you please suggest how can I do this?

 

AparnaGurav_0-1738597196374.png

 

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Aparna Gurav As you mentioned this is part of My Item widget, I recommend you to right click on this section in the browser and use the inspect element option to inspect the stylesheet of this item. I managed to reduce the height by applying following class.

 

.panel-heading.b-b {
    height: 50px;
}

 

Screenshot 2025-02-03 at 9.23.10 PM.png