From 3779f903d871165f93a202bb3c78fbd3dac0860e Mon Sep 17 00:00:00 2001 From: SVISHNEV Date: Wed, 30 Aug 2017 16:09:04 +0300 Subject: vsp submit message error fix Change-Id: I4dd15d77d47a328f524895e2e0566a734095dd28 Issue-ID: SDC-263 Signed-off-by: SVISHNEV --- openecomp-ui/resources/scss/components/_submitErrorResponse.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openecomp-ui/resources') diff --git a/openecomp-ui/resources/scss/components/_submitErrorResponse.scss b/openecomp-ui/resources/scss/components/_submitErrorResponse.scss index f045038193..ac5dd278b0 100644 --- a/openecomp-ui/resources/scss/components/_submitErrorResponse.scss +++ b/openecomp-ui/resources/scss/components/_submitErrorResponse.scss @@ -1,4 +1,3 @@ - .submit-error-response-view { max-height: 500px; overflow: auto; @@ -8,7 +7,6 @@ .panel-title { a { &:after { - content: "(details)"; color: $link-blue; float: right; @@ -37,14 +35,16 @@ transform: rotate(270deg); } } - } } .error-code-list-item { + display: flex; + justify-content: flex-start; .icon-label { @extend .body-1; color: $dark-gray; + margin-left: 10px; } .icon-component { align-items: baseline; @@ -53,7 +53,7 @@ .list-group-item { .error-item-text { margin-top:-2px; - //position: fixed; + max-width: 100px; } } .component-name-header { -- cgit 1.2.3-korg