Skip to content

Commit

Permalink
fix(style): incorrect usage of justify-content property in Authorize …
Browse files Browse the repository at this point in the history
…button wrapper (#9421)

Co-authored-by: Oliwia Rogala <oliwia.rogala@smartbear.com>
  • Loading branch information
ahorek and glowcloud committed Feb 15, 2024
1 parent 14b8977 commit 2a2956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
.auth-wrapper
{
flex: none;
justify-content: none;
justify-content: start;

.authorize
{
Expand Down

0 comments on commit 2a2956f

Please sign in to comment.