We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ejRTE bootstrap theme ul wrong position

Hi,I'm using ejRTE angularjs with bootstrap theme but the tools like the following image:


The tools seems are not in a good sort,and I'm using 3.3.6 Bootstrap and  version 14.1.0.46 of ej.web.all.min.css

1 Reply

KR Keerthana Rajendran Syncfusion Team June 22, 2016 11:12 AM UTC

Hi Jemmy,   
  
The issue which you have reported is an already known issue in our side and we have logged a defect report and working on it. The fix will be included in Vol 2 SP1 2016 which will be rolled out at the end of july 2016. We have prepared a sample as a workaround for now   
  
Please refer the below given sample link:   
  
Set height manually for toolbar items in <style>    
  
<style>   
ul.e-ul.e-horizontal.e-separator {   
        height: 39px;   
    }   
  
    ul.e-rte-view {   
        height: 33px !important;   
    }   
</style>   
  
   
  
Please let us know if any concern   
  
Regards,   
Keerthana.   


Loader.
Up arrow icon