@opensumi/ide-design 3.1.2-next-1718463207.0 → 3.1.2-next-1718694575.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -621,9 +621,10 @@
621
621
  }
622
622
 
623
623
  .design-scmMenu {
624
- button {
625
- border-radius: 4px !important;
626
- }
624
+ margin: 0 8px;
625
+ margin-bottom: 10px;
626
+ border-radius: 4px !important;
627
+ overflow: hidden;
627
628
  }
628
629
 
629
630
  .design-section_badge {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "3.1.2-next-1718463207.0",
3
+ "version": "3.1.2-next-1718694575.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "src"
@@ -19,12 +19,12 @@
19
19
  "url": "git@github.com:opensumi/core.git"
20
20
  },
21
21
  "dependencies": {
22
- "@opensumi/ide-core-common": "3.1.2-next-1718463207.0",
23
- "@opensumi/ide-core-node": "3.1.2-next-1718463207.0"
22
+ "@opensumi/ide-core-common": "3.1.2-next-1718694575.0",
23
+ "@opensumi/ide-core-node": "3.1.2-next-1718694575.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "3.1.2-next-1718463207.0",
27
- "@opensumi/ide-dev-tool": "3.1.2-next-1718463207.0"
26
+ "@opensumi/ide-core-browser": "3.1.2-next-1718694575.0",
27
+ "@opensumi/ide-dev-tool": "3.1.2-next-1718694575.0"
28
28
  },
29
- "gitHead": "cec7e236ffe027a903d2693411c409d2c76e50d1"
29
+ "gitHead": "d784885a47f6c1621b4110573ae4c2de74139cbd"
30
30
  }
@@ -621,9 +621,10 @@
621
621
  }
622
622
 
623
623
  .design-scmMenu {
624
- button {
625
- border-radius: 4px !important;
626
- }
624
+ margin: 0 8px;
625
+ margin-bottom: 10px;
626
+ border-radius: 4px !important;
627
+ overflow: hidden;
627
628
  }
628
629
 
629
630
  .design-section_badge {