Sandeep Rajput
Tera Patron

@AparnaUttaG 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