@opensumi/ide-design 3.1.2-next-1718700994.0 → 3.1.2-next-1718766864.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,11 @@
621
621
  }
622
622
 
623
623
  .design-scmMenu {
624
- button {
625
- border-radius: 4px !important;
626
- }
624
+ margin: 0 8px;
625
+ padding: 0;
626
+ margin-bottom: 10px;
627
+ border-radius: 4px !important;
628
+ overflow: hidden;
627
629
  }
628
630
 
629
631
  .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-1718700994.0",
3
+ "version": "3.1.2-next-1718766864.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-1718700994.0",
23
- "@opensumi/ide-core-node": "3.1.2-next-1718700994.0"
22
+ "@opensumi/ide-core-common": "3.1.2-next-1718766864.0",
23
+ "@opensumi/ide-core-node": "3.1.2-next-1718766864.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "3.1.2-next-1718700994.0",
27
- "@opensumi/ide-dev-tool": "3.1.2-next-1718700994.0"
26
+ "@opensumi/ide-core-browser": "3.1.2-next-1718766864.0",
27
+ "@opensumi/ide-dev-tool": "3.1.2-next-1718766864.0"
28
28
  },
29
- "gitHead": "14fdc10852a2d0bbebbe9b42acc1194d38d51abb"
29
+ "gitHead": "a1da42443d40b8bdb09adebbf6f62d3206812f6f"
30
30
  }
@@ -621,9 +621,11 @@
621
621
  }
622
622
 
623
623
  .design-scmMenu {
624
- button {
625
- border-radius: 4px !important;
626
- }
624
+ margin: 0 8px;
625
+ padding: 0;
626
+ margin-bottom: 10px;
627
+ border-radius: 4px !important;
628
+ overflow: hidden;
627
629
  }
628
630
 
629
631
  .design-section_badge {