I have following HTML in my page:
.login-button-container {
display: flex;
justify-content: end;
}
<div class="login-button-container">
<button mat-raised-button color="primary">
<i class="fa fa-sign-in" style="margin-right: 2px;"></i>
Login
</button>
</div>
Now the output on Firefox is Button shift on right side of page but when on EDGE(version 92) its showing on left side, displex flex with justify-content is not working