Submit button is showing scroll

Hello Helical Team,

I have a submit button on my dashboard in Helical Insight 4.0. When I am integrating dashboard within my application, there is a scroll that appears on the submit button. How do I remove it?

image

Thank You,
Netta

Hello Netta,

The text preset in SUBMIT button in not responsive, though SUBMIT button is using bootstrap classes and its responvive

To make the entire button responsive you can add the following CSS at the dashboard level:

.btn {overflow: auto !important;}

image

Thank You
From Team Helical.