@electerm/electerm-react 1.50.40 → 1.50.46

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.
@@ -483,7 +483,7 @@ export default class Tabs extends React.Component {
483
483
  menu={{ items }}
484
484
  placement='bottomRight'
485
485
  >
486
- <span className='tabs-dd-icon mg1l'>
486
+ <span className='tabs-dd-icon layout-dd-icon mg1l'>
487
487
  <Icon /> <DownOutlined />
488
488
  </span>
489
489
  </Dropdown>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electerm/electerm-react",
3
- "version": "1.50.40",
3
+ "version": "1.50.46",
4
4
  "description": "react components src for electerm",
5
5
  "main": "./client/components/main/main.jsx",
6
6
  "license": "MIT",