fix(style): incorrect usage of justify-content property in Authorize button wrapper (#9421)

Co-authored-by: Oliwia Rogala <oliwia.rogala@smartbear.com>
This commit is contained in:
Pavel Rosický
2024-02-15 14:40:56 +01:00
committed by GitHub
parent 14b89776d0
commit 2a2956f55f

View File

@@ -844,7 +844,7 @@
.auth-wrapper
{
flex: none;
justify-content: none;
justify-content: start;
.authorize
{