ps-toolkit-ui 1.9.99 → 1.10.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.
package/package.json
CHANGED
|
@@ -512,8 +512,6 @@ body{
|
|
|
512
512
|
/* The actual tooltip with a dynamic width */
|
|
513
513
|
[data-tooltip]:before {
|
|
514
514
|
content: attr(data-tooltip);
|
|
515
|
-
padding: 0 10px;
|
|
516
|
-
line-height: 30px;
|
|
517
515
|
min-width: 50px;
|
|
518
516
|
max-width: 300px;
|
|
519
517
|
width: max-content;
|
|
@@ -526,6 +524,8 @@ body{
|
|
|
526
524
|
white-space: pre-wrap;
|
|
527
525
|
z-index: 6;
|
|
528
526
|
transform: translate(-50%, -5px) scale(0.5);
|
|
527
|
+
line-height: 20px;
|
|
528
|
+
padding: 10px;
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
/* Tooltip arrow */
|