Ej-Button inside accordion changes its font

Hi,

I am using EJ-Button for Submit and Clear form inside EJ-Accordion. I have tested the form separately and I was satisfied with my form validation and all.
But when I copy paste the form inside accordion then the button suddenly gets too large font that does not fit inside the button.

Could you please provide me with a clean workaround?

Many Thanks,

1 Reply

DL Deepa Loganathan Syncfusion Team January 9, 2017 12:48 PM UTC

Hi Amirmansoor,  
Sorry for the inconvenience. 
We were able to reproduce the reported issue (Button font size increased when using inside accordion) on our end and have logged a bug for fixing this issue. Fix for this is estimated to be available on 16th January, 2017.  
Please use the below work-around until then.  
 
  <style> 
      .e-btn.e-select{ 
          font-size: 14px; 
      } 
  </style> 
 

Regards,  
Deepa L. 


Loader.
Up arrow icon