@zat-design/sisyphus-react 3.9.2-beta.3 → 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.
package/dist/index.esm.css
CHANGED
@@ -2200,7 +2200,7 @@
|
|
2200
2200
|
.ant-table .original-value-tooltip {
|
2201
2201
|
position: fixed;
|
2202
2202
|
}
|
2203
|
-
.ant-table .original-value-
|
2203
|
+
.ant-table .original-value-tooltip.ant-tooltip > ant-tooltip-content > ant-tooltip-inner {
|
2204
2204
|
width: -webkit-max-content;
|
2205
2205
|
width: -moz-max-content;
|
2206
2206
|
width: max-content;
|
package/dist/less.esm.css
CHANGED
@@ -2200,7 +2200,7 @@
|
|
2200
2200
|
.ant-table .original-value-tooltip {
|
2201
2201
|
position: fixed;
|
2202
2202
|
}
|
2203
|
-
.ant-table .original-value-
|
2203
|
+
.ant-table .original-value-tooltip.ant-tooltip > ant-tooltip-content > ant-tooltip-inner {
|
2204
2204
|
width: -webkit-max-content;
|
2205
2205
|
width: -moz-max-content;
|
2206
2206
|
width: max-content;
|
@@ -600,7 +600,7 @@
|
|
600
600
|
.@{ant-prefix}-table{
|
601
601
|
.original-value-tooltip{
|
602
602
|
position: fixed;
|
603
|
-
|
603
|
+
&.@{ant-prefix}-tooltip > @{ant-prefix}-tooltip-content > @{ant-prefix}-tooltip-inner{
|
604
604
|
width: max-content;
|
605
605
|
}
|
606
606
|
}
|
@@ -600,7 +600,7 @@
|
|
600
600
|
.@{ant-prefix}-table{
|
601
601
|
.original-value-tooltip{
|
602
602
|
position: fixed;
|
603
|
-
|
603
|
+
&.@{ant-prefix}-tooltip > @{ant-prefix}-tooltip-content > @{ant-prefix}-tooltip-inner{
|
604
604
|
width: max-content;
|
605
605
|
}
|
606
606
|
}
|