Skip to content

Commit

Permalink
Update NetworkStats.tsx (#3932)
Browse files Browse the repository at this point in the history
change css class from w-52 to w-max

Co-authored-by: Jessie Mongeon <[email protected]>
  • Loading branch information
MeteSr and jessiemongeon1 authored Jan 28, 2025
1 parent 1dcb375 commit 3ba566d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/DocsHome/NetworkStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const NetworkStats = () => {
Storage Costs
<Tooltip
tooltip="Cost of storing 1 GB for a year in a canister smart contract"
className="w-52 whitespace-normal"
className="w-max whitespace-normal"
wrapperClassName="inline-flex items-center"
>
<InfoIcon />
Expand All @@ -64,7 +64,7 @@ export const NetworkStats = () => {
Cost per Instruction
<Tooltip
tooltip="Cost per instruction when executing canister smart contact code"
className="w-52 whitespace-normal"
className="w-max whitespace-normal"
wrapperClassName="inline-flex items-center"
>
<InfoIcon />
Expand All @@ -78,7 +78,7 @@ export const NetworkStats = () => {
Canisters
<Tooltip
tooltip="Number of running canister smart contracts"
className="w-52 whitespace-normal"
className="w-max whitespace-normal"
wrapperClassName="inline-flex items-center"
>
<InfoIcon />
Expand Down

0 comments on commit 3ba566d

Please sign in to comment.