Skip to content

Commit

Permalink
fix: tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jan 17, 2025
1 parent efd1e2c commit 8b23b48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@eth-optimism/sdk": "^3.3.3",
"@rainbow-me/rainbowkit": "^1.3.7",
"@sentry/react": "^7.57.0",
"@subql/components": "3.0.1-7",
"@subql/components": "3.0.1-8",
"@subql/contract-sdk": "1.3.1-1",
"@subql/network-clients": "1.1.1-4",
"@subql/network-config": "1.1.1",
Expand Down
4 changes: 0 additions & 4 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,6 @@ label,
}
}

.ant-tooltip {
max-width: max-content;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4429,10 +4429,10 @@
"@stablelib/random" "^1.0.2"
"@stablelib/wipe" "^1.0.1"

"@subql/[email protected]7":
version "3.0.1-7"
resolved "https://registry.npmjs.org/@subql/components/-/components-3.0.1-7.tgz#d4f09057c71189680ed57f8f2b3897e58e557752"
integrity sha512-+ckcb08oAxpZz4pZV8krZLeLHChv6Rr891Y3yM1SEW+FO4ZtYYjQC5NDUowk/3CkPHdsY+moGpHM2u8tppNpZA==
"@subql/[email protected]8":
version "3.0.1-8"
resolved "https://registry.npmjs.org/@subql/components/-/components-3.0.1-8.tgz#b0811d715bfe842c23b6a694e3d5c66f747f52e1"
integrity sha512-ECnjZQxsd0LSuV49FVsrXrQRvs0BUBYcJkgj8wmxd5qzcEW/oD8kevw9GbnwCZkMmdfA2VR6/5NDkSfKxmGEFA==
dependencies:
"@graphiql/plugin-explorer" "^0.3.4"
"@graphiql/toolkit" "^0.9.1"
Expand Down

0 comments on commit 8b23b48

Please sign in to comment.