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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.8.62",
3
+ "version": "1.8.63",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -204,7 +204,10 @@ export const Tooltip: React.FC<TooltipProps> = ({
204
204
  <div style={getTooltipArrowPosition()}></div>
205
205
  </div>
206
206
  )}
207
- <div className="max-w-96 w-fit px-3 py-1.5 rounded-md bg-black/75 text-sm text-white">
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" && (