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
Stepper currently renders the td-step-content, td-step-actions, and td-step-summary even if they're empty, and the layout="row" on td-step-actions specifically causes empty margin/padding
Screenshots
Fix
Conditionally hide all 3 divs
The text was updated successfully, but these errors were encountered:
Stepper currently renders the
td-step-content
,td-step-actions
, andtd-step-summary
even if they're empty, and thelayout="row"
ontd-step-actions
specifically causes empty margin/paddingScreenshots
Fix
The text was updated successfully, but these errors were encountered: