From bffcaa3e3e4980a254ae9398fd616c96a9ad94f1 Mon Sep 17 00:00:00 2001 From: "Sarkar, Anand (as0481)" Date: Fri, 28 Jun 2019 11:15:25 -0400 Subject: [PATCH] Fix AC xPP page title alignment Signed-off-by: Sarkar, Anand (as0481) Issue-Id: RICPLT-1576 Change-Id: I545ee850df9f56e2e908f73856c1e1c2e83f141e --- docs/release-notes.rst | 3 ++- webapp-frontend/src/app/ac-xapp/ac-xapp.component.scss | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c6fbd265..d98aa0b6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -24,6 +24,7 @@ Version 1.0.5, 30 June 2019 --------------------------- * Upgrade to Angular version 8 * Upgrade to Spring-Boot 2.1.6.RELEASE +* Fixed AC xApp policy page title is not aligned Version 1.0.4, 27 June 2019 --------------------------- @@ -45,7 +46,7 @@ Version 1.0.4, 27 June 2019 * Move mock admin screen user data to backend * Update App manager client to spec version 0.1.5 * Rework admin table -* Update the notification service +* Update the notification service * Remove the RAN connection invocation link from left menu and move it to control screen * Repair deploy-app feature and use icon instead of text button diff --git a/webapp-frontend/src/app/ac-xapp/ac-xapp.component.scss b/webapp-frontend/src/app/ac-xapp/ac-xapp.component.scss index 42bf59c8..f652e15e 100644 --- a/webapp-frontend/src/app/ac-xapp/ac-xapp.component.scss +++ b/webapp-frontend/src/app/ac-xapp/ac-xapp.component.scss @@ -19,8 +19,6 @@ */ .ac__section { - position: relative; - top: -50px; } .ac__header { -- 2.16.6