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:08 UTC

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

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