mi6 / ic-ui-kit

Intelligence Community UI Kit (based on StencilJS)
MIT License
19 stars 22 forks source link

[ic-stepper, ic-step] step-connector not resizing on `aligned` prop change #2039

Open gd2910 opened 1 week ago

gd2910 commented 1 week ago

Summary of the bug

When ic-stepper is aligned left and then changed to aligned full-width the step-connector remains the same size.

🪜 How to reproduce

Tell us the steps to reproduce the problem:

  1. Go to page: IcStepper playground
  2. Click on: set to left aligned then full-width
  3. See the error

📸 Screenshots or code

Left aligned image

Full-width aligned image

🧐 Expected behaviour

The step-connect should remain at 100% width after the change.