This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 15a402a  Script input box style fix (#1538)
15a402a is described below

commit 15a402a3f20253e5c46f9b833aff91c851e002a4
Author: break60 <[email protected]>
AuthorDate: Sun Dec 22 23:40:01 2019 +0800

    Script input box style fix (#1538)
    
    * Password verification and v-for add key
    
    * DAG automatic layout
    
    * combo.js replacement
    
    * combo.js replacement
    
    * webpack upgrade to 4
    
    * packjson has a file name that has not changed
    
    * Solve jertty packing garbled
    
    * Modify dashboard color
    
    * Remove iconfont, awesome, replace with ans-ui icon
    
    * Menu arrow style fix
    
    * Script input box style fix
---
 dolphinscheduler-ui/src/sass/common/index.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/sass/common/index.scss 
b/dolphinscheduler-ui/src/sass/common/index.scss
index e77fea5..8eda93a 100644
--- a/dolphinscheduler-ui/src/sass/common/index.scss
+++ b/dolphinscheduler-ui/src/sass/common/index.scss
@@ -52,7 +52,7 @@ a:hover{
 }
 
 .cm-s-mdn-like .CodeMirror-gutters {
-  border-left:0 ;
+  border-left:0 !important;
 }
 
 .cm-s-mdn-like .CodeMirror-linenumber {

Reply via email to