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:
@@ -844,7 +844,7 @@
|
||||
.auth-wrapper
|
||||
{
|
||||
flex: none;
|
||||
justify-content: none;
|
||||
justify-content: start;
|
||||
|
||||
.authorize
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user