@idds/styles 1.0.46 → 1.0.47
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
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
padding: var(--ina-spacing-3);
|
|
49
49
|
border-radius: var(--ina-radius-lg);
|
|
50
50
|
white-space: nowrap;
|
|
51
|
-
min-width:
|
|
51
|
+
min-width: max-content;
|
|
52
52
|
max-width: 320px;
|
|
53
53
|
box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08),
|
|
54
54
|
0 4px 6px -2px rgba(10, 13, 18, 0.03);
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
}
|
|
406
406
|
.ina-tooltip__content {
|
|
407
407
|
max-width: 320px;
|
|
408
|
-
min-width:
|
|
408
|
+
min-width: max-content;
|
|
409
409
|
}
|
|
410
410
|
/* Arrow colors - match parent bubble/card background color */
|
|
411
411
|
/* Following W3Schools pattern: only the side pointing to trigger has color */
|