diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-10-05 18:03:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-05 18:03:36 +0000 |
commit | 70081225fac101da634932394d82e2be692f9cd9 (patch) | |
tree | c698e57aff6f41709edaeaf64ff506cb6c635062 /cds-ui/designer-client/src/styles.css | |
parent | f08c5e96d5b4c0792c4709093480f5f6cb452d49 (diff) | |
parent | b6b9259f644058cf20ea2845c055615694dfed2f (diff) |
Merge "Handle template names that contains '-'"
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index ac2a87450..b215dd46a 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -2928,7 +2928,7 @@ animation: glowing 1500ms infinite; top: 13px; } .ace_scroller{ - overflow: auto !important; + /* overflow: auto !important; */ } .ace_print-margin{ left: 100% !important; |