Hi Community,
I am using 3 button loading widgets for my UI. Below 2 images are screenshots from service studio,
But in the browser, it turns out like this
What should i do?
Thanks
Hi @Jun Mun Chan
Try adding margin-left-base on the ExtendedClass parameter of the Button Loading component.
Another possible reason it's not working, is probably you have set the width of the Button to Fill or 100%
Regards,
Kharlo
Try Creating A class
Do you want to set margin between Submit and Delete, if yes you should set right margin on Submit Button or left margin on Delete Button
Hi @Sumit Kanojia,
It may not work if the width is set to Fill or 100%.
Even if it works, we don't suggest using Styles Editor, it will create an Inline Styling which is not a good practice.
We suggest to use the Utility classes.
Hi,
I have tried it too, it doesn't works. On browser, it is still showing the same results
Hi @Jun Mun Chan have you tried my suggestion above?