@zat-design/sisyphus-react 3.9.2-beta.2 → 3.9.2-beta.4

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.
@@ -2200,6 +2200,11 @@
2200
2200
  .ant-table .original-value-tooltip {
2201
2201
  position: fixed;
2202
2202
  }
2203
+ .ant-table .original-value-tooltip.ant-tooltip > ant-tooltip-content > ant-tooltip-inner {
2204
+ width: -webkit-max-content;
2205
+ width: -moz-max-content;
2206
+ width: max-content;
2207
+ }
2203
2208
  .pro-tooltip {
2204
2209
  cursor: pointer;
2205
2210
  }
package/dist/less.esm.css CHANGED
@@ -2200,6 +2200,11 @@
2200
2200
  .ant-table .original-value-tooltip {
2201
2201
  position: fixed;
2202
2202
  }
2203
+ .ant-table .original-value-tooltip.ant-tooltip > ant-tooltip-content > ant-tooltip-inner {
2204
+ width: -webkit-max-content;
2205
+ width: -moz-max-content;
2206
+ width: max-content;
2207
+ }
2203
2208
  .pro-tooltip {
2204
2209
  cursor: pointer;
2205
2210
  }
@@ -600,5 +600,8 @@
600
600
  .@{ant-prefix}-table{
601
601
  .original-value-tooltip{
602
602
  position: fixed;
603
+ &.@{ant-prefix}-tooltip > @{ant-prefix}-tooltip-content > @{ant-prefix}-tooltip-inner{
604
+ width: max-content;
605
+ }
603
606
  }
604
607
  }
@@ -600,5 +600,8 @@
600
600
  .@{ant-prefix}-table{
601
601
  .original-value-tooltip{
602
602
  position: fixed;
603
+ &.@{ant-prefix}-tooltip > @{ant-prefix}-tooltip-content > @{ant-prefix}-tooltip-inner{
604
+ width: max-content;
605
+ }
603
606
  }
604
607
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.2-beta.2",
3
+ "version": "3.9.2-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",