Skip to content

Commit

Permalink
fix(styles): pretty width limitation for separator
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 22, 2025
1 parent a6f0f59 commit 5964bf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
flex-direction: row;
display: flex;
width: 100%;
max-width: 400px;
gap: 8px;
align-items: center;
}
Expand Down

0 comments on commit 5964bf5

Please sign in to comment.