next-helios-fe 1.8.62 → 1.8.63
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
@@ -204,7 +204,10 @@ export const Tooltip: React.FC<TooltipProps> = ({
|
|
204
204
|
<div style={getTooltipArrowPosition()}></div>
|
205
205
|
</div>
|
206
206
|
)}
|
207
|
-
<div
|
207
|
+
<div
|
208
|
+
className="w-fit px-3 py-1.5 rounded-md bg-black/75 text-sm text-white"
|
209
|
+
style={{ maxWidth: "50dvw" }}
|
210
|
+
>
|
208
211
|
{content}
|
209
212
|
</div>
|
210
213
|
{position === "left" && (
|