elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.26k stars 1.14k forks source link

How to edit the embeds file ~/_content/Elsa.Dashboard/assets/js/plugins/elsa-workflows/elsa-workflow-designer/elsa-workflow-designer.js? #326

Closed xiaohuu closed 4 years ago

xiaohuu commented 4 years ago

you said:

NOTE: There's no need to install the designer yourself if you are using Elsa Dashboard. Elsa Dashboard already embeds the designer in the appropriate MVC view.

now i want to edit the embeds designer files, .workflow-designer-wrapper {\n height: 80vh;\n overflow-y: auto;\n} ==>.workflow-designer-wrapper {\n height: 60vh;\n overflow-y: auto;\n}

how to do? and where is the embeds designer files? I can not find out the files in any folder.

xiaohuu commented 4 years ago

I get it from #294 : cd src\dashboard\Elsa.Dashboard\Theme\argon-dashboard npm install gulp build thank you!