@gisce/react-ooui 2.125.2 → 2.125.3
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.
|
@@ -20430,7 +20430,10 @@ const R0 = {
|
|
|
20430
20430
|
backgroundColor: e ? l.colorPrimaryBg : l.colorFillTertiary,
|
|
20431
20431
|
padding: "8px 12px",
|
|
20432
20432
|
borderRadius: 12,
|
|
20433
|
-
display: "inline-block"
|
|
20433
|
+
display: "inline-block",
|
|
20434
|
+
maxWidth: "100%",
|
|
20435
|
+
overflowWrap: "break-word",
|
|
20436
|
+
wordBreak: "break-word"
|
|
20434
20437
|
}),
|
|
20435
20438
|
[l.colorPrimaryBg, l.colorFillTertiary, e]
|
|
20436
20439
|
), I = K(
|
|
@@ -25400,4 +25403,4 @@ export {
|
|
|
25400
25403
|
zm as y,
|
|
25401
25404
|
YC as z
|
|
25402
25405
|
};
|
|
25403
|
-
//# sourceMappingURL=TabContent-
|
|
25406
|
+
//# sourceMappingURL=TabContent-024b50c5.mjs.map
|