From 1d9cc25a7c3634f787057c0b95b88b0016c862ec Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Tue, 27 Oct 2020 18:16:58 +0200 Subject: enable editing in mapping table Issue-ID: CCSDK-2795 Signed-off-by: Ahmedeldeeb50 Change-Id: I724dee3bd4a4778bf86619ff08091b31925c1830 --- cds-ui/designer-client/src/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/styles.css') 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; -- cgit 1.2.3-korg