11/18/2015 at 7:07 am #7454
Anonymous
Participant
Hello,
n
I can reproduce this case. As a workaround, you can try to add some script to modify this element:
n
- n
- Add a HTML Form Web Part into the page;
- Edit this web part source;
- Add below code into the text editor:
n
n
n
n
<script>
n
$telerik.$(document).ready(function(){
n
$telerik.$('.rmSeparator').last().removeClass('rmSeparator');
n
});
n
</script>
n
- n
- Save all;
n
n
That script will find the last separator and clear its class.
n