We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The step icons overflow the container
Angular
v1.3.0
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-testpage', template: ` <div class="overflow-auto w-50"> <ix-workflow-steps> <ix-workflow-step status="done">Step 1</ix-workflow-step> <ix-workflow-step status="success">Step 2</ix-workflow-step> <ix-workflow-step status="open">Step 3</ix-workflow-step> <ix-workflow-step status="warning">Step 4</ix-workflow-step> <ix-workflow-step status="error">Step 5</ix-workflow-step> <ix-workflow-step disabled>Step 6</ix-workflow-step> </ix-workflow-steps> </div> `, }) export class TestpageComponent implements OnInit { constructor() {} ngOnInit(): void {} }
The text was updated successfully, but these errors were encountered:
goncalosard
Successfully merging a pull request may close this issue.
What happened?
The step icons overflow the container
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v1.3.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: