Browse Source

:lipstick: https://github.com/siyuan-note/siyuan/issues/12318

Vanessa 7 months ago
parent
commit
c051f2b478
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/assets/scss/protyle/_wysiwyg.scss

+ 2 - 2
app/src/assets/scss/protyle/_wysiwyg.scss

@@ -177,11 +177,11 @@
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
+        column-gap: 1.5em;
 
         & > div {
-          flex: 1;
+          flex: 1 0 10%;
           box-sizing: border-box;
-          margin-right: 24px;
           min-width: 1px;
 
           &:nth-last-child(2),