summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-11 12:25:44 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-11 12:25:44 +0000
commit463f6c3b96ce3e0661f7f29435398ef6f3857223 (patch)
treeab336fd0d19445af7ee37b88df216dcc76e9a552 /cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
parent8cee95ae3d280a2a5d988f36134e1d38e96c168b (diff)
parent9be2111e0f9070b97744ad7d47a3bd6339fce5e1 (diff)
Merge "Save edited changes"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
index f2778840c..f189af656 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
@@ -25,13 +25,15 @@ limitations under the License.
margin-top: 8px;
.fileViewContainer {
width: 20%;
- margin: 2px
+ margin: 2px;
+ height: 450px !important;
+ overflow-x: scroll;
+ overflow-y: scroll;
}
.editorConatiner {
width: 80%;
background-color: gainsboro;
height: 450px !important;
- margin-left: 5em;
}
}