This is a migrated thread and some comments may be shown as answers.

How to reset image icon size in Radpanel item

2 Answers 117 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Arpit
Top achievements
Rank 1
Arpit asked on 12 Dec 2017, 07:46 AM
I am attaching the screenshot.How can i reset left side recycle Image icon size to Height =30 and Width=30

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Dec 2017, 03:18 PM
Hi there,

I was able to change the icon width and height using this class:

<style>
    .rpRootLink .rpImage {
        width: 30px;
        height: 30px;
    }
</style>

Check the attached video. 

Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Arpit
Top achievements
Rank 1
answered on 13 Dec 2017, 06:15 AM

Hi Rumen,

Thanks!!!Working fine.

Tags
PanelBar
Asked by
Arpit
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Arpit
Top achievements
Rank 1
Share this question
or