Please try the below CSS to change the height of the uploaded file list.
CSS:
.RadAsyncUpload span.ruFileWrap
{
height: 22px!important;
}
Thanks,
Shinu.
0
Magdalena
Telerik team
answered on 04 Jun 2014, 07:57 AM
Hello Richard,
Please, apply the following for minimizing the space between file names in the uploaded list
html .RadUpload,
html .RadUpload a,
html .RadUpload input {
line-height: 19px;
}
html .RadUpload .ruFileWrap {
height: auto;
}
html .RadUpload .ruInputs li {
margin: 0;
}
Regards,
Magdalena
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.