aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
authorAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2020-10-27 18:16:58 +0200
committerAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2020-10-27 18:16:58 +0200
commit1d9cc25a7c3634f787057c0b95b88b0016c862ec (patch)
tree5b7957eb1554d8363b5c28a3f80b0b0dfa05f330 /cds-ui/designer-client/src/styles.css
parent7004cffc6b82c448abe62b1642b91f2e45ec2e0b (diff)
enable editing in mapping table
Issue-ID: CCSDK-2795 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I724dee3bd4a4778bf86619ff08091b31925c1830
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r--cds-ui/designer-client/src/styles.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index 8b576db2e..0a3a4cc89 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -2938,6 +2938,11 @@ animation: glowing 1500ms infinite;
position: absolute;
top: 13px;
}
+/* -------- ace editor style -------- */
+.editor-container{
+ height: 55vh !important;
+ overflow: scroll;
+}
.ace_print-margin{
left: 100% !important;
background: #eee !important;
@@ -2946,7 +2951,7 @@ animation: glowing 1500ms infinite;
width: 100% !important;
}
.ace_editor{
- height: 55vh !important;
+ /* height: 55vh !important; */
line-height: 25px;
border: 1px solid #ECEDF2;
background-color: #fff;
@@ -2967,6 +2972,7 @@ animation: glowing 1500ms infinite;
.ace-tm .ace_marker-layer .ace_active-line{
background: #F4F9FE !important;
}
+/* -------- end of ace editor style -------- */
.breadcrumb-header{
padding: 0px;
margin: 0px;