enable editing in mapping table
Issue-ID: CCSDK-2795
Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I724dee3bd4a4778bf86619ff08091b31925c1830
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index 8b576db..0a3a4cc 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -2938,6 +2938,11 @@
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 @@
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 @@
.ace-tm .ace_marker-layer .ace_active-line{
background: #F4F9FE !important;
}
+/* -------- end of ace editor style -------- */
.breadcrumb-header{
padding: 0px;
margin: 0px;