Support Article
TreeNavigation Harness Button Alignment
SA-5331
Summary
In Tree navigation harness rule Save as Draft , Next and Back buttons are not properly align.
Error Messages
NA
Steps to Reproduce
launch a Screen flow n check buttons alignment.
ROOT CAUSE &
Resolution
We could identify that the user is using a custom button and this button was not aligned with the other ootb buttons beside it.
We have provided a local change which sets the margin bottom to 1px which resolved the issue.
Below is the style tag:
<style>
.buttonMainTable{
margin-bottom:1px!important;
}
</style>
Tags:
Published January 31, 2016 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.