Skip to content
New issue

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

'ix-workflow-steps': The step icons overflow the container #424

Closed
chencc1988 opened this issue Mar 3, 2023 · 0 comments · Fixed by #426
Closed

'ix-workflow-steps': The step icons overflow the container #424

chencc1988 opened this issue Mar 3, 2023 · 0 comments · Fixed by #426
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@chencc1988
Copy link

What happened?

The step icons overflow the container
Animation

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.

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 {}
}
@chencc1988 chencc1988 added the triage We discuss this topic in our internal weekly label Mar 3, 2023
@danielleroux danielleroux added type: bug Something isn't working component: core and removed triage We discuss this topic in our internal weekly labels Mar 3, 2023
@danielleroux danielleroux added this to the 1.5.0 milestone Mar 3, 2023
@goncalosard goncalosard self-assigned this Mar 3, 2023
@goncalosard goncalosard linked a pull request Mar 3, 2023 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants