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

Commit

Permalink
fix: UI alignment fix
Browse files Browse the repository at this point in the history
The changes in the PR https://github.com/trustbloc/edge-agent/pull/597/files#diff-3c022876e10a283b7ec65cfcdc50551303c25d2db0d028ff3db285e903580a85R137-R148 broke the CHAPI window UI screens as the class names were conflicting. Updated the class name to be different from the existing ones

Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras committed Dec 8, 2020
1 parent 649ee36 commit 11c687b
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 11c687b

Please sign in to comment.