You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/15 04:01:31 UTC

[skywalking-website] branch master updated: fix: mobile style (#279)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ea4ee05  fix: mobile style (#279)
ea4ee05 is described below

commit ea4ee0575dc7d0d8ab6b991331b1d79c8257c12f
Author: Juntao Zhang <71...@qq.com>
AuthorDate: Fri May 14 23:01:22 2021 -0500

    fix: mobile style (#279)
---
 .../release-apache-skywalking-client-js-0.5.0/index.md       | 12 ++++++------
 themes/docsy/assets/scss/_styles_project.scss                |  3 ---
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/content/events/release-apache-skywalking-client-js-0.5.0/index.md b/content/events/release-apache-skywalking-client-js-0.5.0/index.md
index 9a387e7..bbc95c5 100644
--- a/content/events/release-apache-skywalking-client-js-0.5.0/index.md
+++ b/content/events/release-apache-skywalking-client-js-0.5.0/index.md
@@ -6,9 +6,9 @@ author: SkyWalking Team
 
 SkyWalking Client JS 0.5.0 is released. Go to [downloads](/downloads) page to find release tars.
 
-1. Add `noTraceOrigins` option.
-2. Fix wrong URL when using relative path.
-3. Catch frames errors.
-4. Get `response.body` as a stream with the fetch API.
-5. Support reporting multiple logs.
-6. Support typescript project.
\ No newline at end of file
+- Add `noTraceOrigins` option.
+- Fix wrong URL when using relative path.
+- Catch frames errors.
+- Get `response.body` as a stream with the fetch API.
+- Support reporting multiple logs.
+- Support typescript project.
\ No newline at end of file
diff --git a/themes/docsy/assets/scss/_styles_project.scss b/themes/docsy/assets/scss/_styles_project.scss
index bb22ba1..7094de6 100644
--- a/themes/docsy/assets/scss/_styles_project.scss
+++ b/themes/docsy/assets/scss/_styles_project.scss
@@ -154,9 +154,6 @@ table {
     table-layout: fixed;
     overflow-wrap: break-word;
   }
-  li {
-    overflow-x: scroll;
-  }
   .swiper-button-next:after, .swiper-button-prev:after{
     font-size: inherit!important;
   }