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 251651fb70 Fix style issue when Safari version is lower than 14.4 on 
iOS (#485)
251651fb70 is described below

commit 251651fb709b1353af1dddb5f7c615363645d89e
Author: Juntao Zhang <719284...@qq.com>
AuthorDate: Thu Aug 25 23:04:44 2022 +0800

    Fix style issue when Safari version is lower than 14.4 on iOS (#485)
---
 assets/scss/_custom_team.scss | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/assets/scss/_custom_team.scss b/assets/scss/_custom_team.scss
index 11a0daec4a..d7c82b67ca 100644
--- a/assets/scss/_custom_team.scss
+++ b/assets/scss/_custom_team.scss
@@ -91,7 +91,6 @@
     .item-wrapper {
       display: flex;
       flex-wrap: wrap;
-      row-gap: 0.25rem;
       padding-bottom: 2rem;
     }
 
@@ -101,6 +100,7 @@
       justify-content: space-between;
       align-items: center;
       padding-right: 35px;
+      margin-bottom: 0.4rem;
 
       .total {
         font-size: 16px;
@@ -116,8 +116,10 @@
 
       .item-text {
         display: flex;
-        gap: 0.75rem;
         align-items: center;
+        img {
+          margin-right: 0.3rem;
+        }
       }
     }
 
@@ -154,7 +156,6 @@
 
       .modal-name-box {
         display: flex;
-        gap: 0.5rem;
         align-items: center;
         margin-top: 2rem;
         margin-bottom: 2rem;
@@ -167,6 +168,7 @@
 
         .modal-name {
           font-weight: 600;
+          margin-left: 0.4rem;
         }
       }
     }

Reply via email to