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
when using the ProgressIndicator component with the vertical prop set to true, e.g. <ProgressIndicator vertical />, narrow container width causes an the SVG and text in each step to wrap. this is due to the flex-wrap CSS property. since the text of the step has no margin/padding, it sits directly against the vertical line. presumably, there should be some spacing. this definitely occurs in the newest Chrome Dev version but I haven't tested others yet. other browsers likely have the same issue.
Steps to reproduce the issue
while the below reproduction steps are somewhat contrived, this can happen whenever the container is too small. so when ProgressIndicator is in a row, this can occur at much larger screen sizes. for example, in @carbon/ibm-security, our Wizard will cause overflow overlapping. in a specific example of ISV, we're seeing the flow-wrap at 707px.
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
when using the
ProgressIndicator
component with thevertical
prop set totrue
, e.g.<ProgressIndicator vertical />
, narrow container width causes an the SVG and text in each step to wrap. this is due to theflex-wrap
CSS property. since the text of the step has no margin/padding, it sits directly against the vertical line. presumably, there should be some spacing. this definitely occurs in the newest Chrome Dev version but I haven't tested others yet. other browsers likely have the same issue.Steps to reproduce the issue
while the below reproduction steps are somewhat contrived, this can happen whenever the container is too small. so when
ProgressIndicator
is in a row, this can occur at much larger screen sizes. for example, in @carbon/ibm-security, ourWizard
will cause overflow overlapping. in a specific example of ISV, we're seeing the flow-wrap at 707px.ProgressIndicator
Knobs
tab, and check thevertical
propAdditional information
Wizard
Tearsheet
The text was updated successfully, but these errors were encountered: