aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-03-11 17:11:20 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-03-11 17:11:27 +0530
commit9be2111e0f9070b97744ad7d47a3bd6339fce5e1 (patch)
tree96bfb248aaebce6a3704e62355340c0660ae6f9b /cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
parentfbdd8c6d2ed62b2de8429083a06813faa22b0988 (diff)
Save edited changes
Implemented code to save chnages to store on click of save button in editor view Issue-ID: CCSDK-1135 Change-Id: I8a2c911a94daea50c14730540f8b2e9183b5edb3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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;
}
}