From 11c687b0b8ec868bc683d99b8627f3ff82224c10 Mon Sep 17 00:00:00 2001 From: Rolson Quadras Date: Mon, 7 Dec 2020 19:52:03 -0500 Subject: [PATCH] fix: UI alignment fix 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 --- cmd/wallet-web/src/pages/chapi/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/wallet-web/src/pages/chapi/Login.vue b/cmd/wallet-web/src/pages/chapi/Login.vue index d4ac534e..40f4698a 100644 --- a/cmd/wallet-web/src/pages/chapi/Login.vue +++ b/cmd/wallet-web/src/pages/chapi/Login.vue @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0 */