Skip to content

Commit 2a2956f

Browse files
ahorekglowcloud
andauthored
fix(style): incorrect usage of justify-content property in Authorize button wrapper (#9421)
Co-authored-by: Oliwia Rogala <[email protected]>
1 parent 14b8977 commit 2a2956f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
.auth-wrapper
845845
{
846846
flex: none;
847-
justify-content: none;
847+
justify-content: start;
848848

849849
.authorize
850850
{

0 commit comments

Comments
 (0)