Skip to content

Commit

Permalink
fix: Prevent success message in tutorial panel from shrinking (#2871)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Pitcock <[email protected]>
  • Loading branch information
abdhalees and dpitcock authored Oct 18, 2024
1 parent 89f5f46 commit b8f408e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

&--status {
line-height: inherit;
flex-shrink: 0;
}
}

Expand Down

0 comments on commit b8f408e

Please sign in to comment.