You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yt...@apache.org on 2021/02/23 15:02:07 UTC

[incubator-datalab] branch DATALAB-2303 created (now a0b1fc1)

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

ytykhun pushed a change to branch DATALAB-2303
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at a0b1fc1  [DATALAB-2303] removed vertical line and changed scrollbar in config editor

This branch includes the following new commits:

     new a0b1fc1  [DATALAB-2303] removed vertical line and changed scrollbar in config editor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2303] removed vertical line and changed scrollbar in config editor

Posted by yt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ytykhun pushed a commit to branch DATALAB-2303
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit a0b1fc1c0eb87dad1c850beed0d52f69ebd9acd4
Author: Yurii Tykhun <ty...@gmail.com>
AuthorDate: Tue Feb 23 17:01:25 2021 +0200

    [DATALAB-2303] removed vertical line and changed scrollbar in config editor
---
 .../src/main/resources/webapp/src/assets/styles/_theme.scss         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
index 9c96c26..6d57254 100644
--- a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
+++ b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
@@ -1056,8 +1056,12 @@ mat-progress-bar {
     height: calc(100%);
   }
 
-  .ace_scrollbar{
+  .ace_print-margin {
+    width: unset !important;
+  }
 
+  .ace_scrollbar{
+    scrollbar-width: thin;
   }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org