@douyinfe/semi-ui 2.33.0 → 2.33.2-alpha.1

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.
package/dist/css/semi.css CHANGED
@@ -1542,9 +1542,6 @@ body {
1542
1542
  .semi-breadcrumb-item-more svg {
1543
1543
  vertical-align: middle;
1544
1544
  }
1545
- .semi-breadcrumb-item-icon + .semi-breadcrumb-item-title {
1546
- margin-left: 4px;
1547
- }
1548
1545
  .semi-breadcrumb-item-link {
1549
1546
  display: inline-flex;
1550
1547
  align-items: center;
@@ -14622,6 +14619,7 @@ img[src=""], img:not([src]) {
14622
14619
  .semi-radioGroup-horizontal {
14623
14620
  display: inline-flex;
14624
14621
  flex-wrap: wrap;
14622
+ vertical-align: bottom;
14625
14623
  gap: 16px;
14626
14624
  }
14627
14625
  .semi-radioGroup-buttonRadio {