Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #603 from rolsonquadras/ui-alignment-fix
Browse files Browse the repository at this point in the history
fix: UI alignment fix
  • Loading branch information
fqutishat authored Dec 8, 2020
2 parents 50fdbe2 + 11c687b commit 750c9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/wallet-web/src/pages/chapi/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
*/

<template>
<div class="viewport">
<div class="login-viewport">
<md-card class="md-layout-item md-size-50 md-small-size-100">
<md-card-header data-background-color="green">
<div class="md-title text-center">Web Wallet Login</div>
Expand Down Expand Up @@ -136,7 +136,7 @@ SPDX-License-Identifier: Apache-2.0
position:absolute;
}
.viewport {
.login-viewport {
width: 40%;
max-width: 100%;
display: inline-flex;
Expand Down

0 comments on commit 750c9c3

Please sign in to comment.