You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jorgjanke, currently Sales Path is not a mobile component. We're actively looking at mobile solutions for a variety of components.
I actually don't think overflow:hidden is a good solution since there would be no way to access the hidden information and you could lose half the sales path. I'll mark this issue as an enhancement request though. :)
Can we change the color of the sales path? Like in the above image, it showing combination of green and blue, Can I change it to dark green instead of blue for last stage? Is there any simple way to do accommodate it?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you still need help with your issue, please comment and we will reply to you shortly. Thank you for your contributions to the Salesforce Lightning Design System.
The Sales Path might me too long for small devices.
Ideally should be centered around "current"
QuickFix (better than overflowing)
.slds-tabs--path {
overflow: hidden;
}
The text was updated successfully, but these errors were encountered: