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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 81ab0968ec1 [fix] fix doc style bug (#158)
81ab0968ec1 is described below

commit 81ab0968ec14cdb79593763325d53552b71709c6
Author: wangyongfeng <943155...@qq.com>
AuthorDate: Fri Nov 11 13:49:23 2022 +0800

    [fix] fix doc style bug (#158)
    
    Co-authored-by: wangyf0555 <wangyongf...@flywheels.com>
---
 src/components/VersionsDoc/styles.scss | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/VersionsDoc/styles.scss 
b/src/components/VersionsDoc/styles.scss
index 92934a88b92..f6f8d69c718 100644
--- a/src/components/VersionsDoc/styles.scss
+++ b/src/components/VersionsDoc/styles.scss
@@ -1,8 +1,8 @@
-
 .version-mark {
     position: relative;
     display: inline-block;
     margin-bottom: 1rem;
+    max-width: 100%;
     &.paragraph:before {
         content: '';
         position: absolute;
@@ -11,14 +11,14 @@
         border-left: 2px solid var(--ifm-color-primary);
         opacity: 0.2;
     }
-   
+
     &.inline {
         display: inline;
         text-decoration: underline dotted #e6a700 2.3px;
         .version-comment {
             width: 40vw;
         }
-        
+
         .v-mark {
             position: absolute;
             left: 0;
@@ -27,14 +27,14 @@
             &.show {
                 visibility: visible;
                 top: -1.5rem;
-                transition: all .3s;
+                transition: all 0.3s;
             }
         }
     }
     .version-tags {
         display: inline-block;
         margin-bottom: 0.6rem;
-        
+
         .version-tag {
             display: inline-block;
             margin-right: 6px;
@@ -74,4 +74,4 @@
         font-size: 14px;
         font-weight: normal;
     }
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to