Skip to content

Commit

Permalink
🪄 [QA] Update stage environments (#729)
Browse files Browse the repository at this point in the history
This is a pull request that upon merging will update stage environments
with recent `main` changes.
The environments that will be updated:
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/

Read more: [Deployment to Production
Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
  • Loading branch information
andreachapman authored Nov 21, 2023
2 parents 671f21e + 2402ab4 commit 0712d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/Island/Cursor/CursorLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default function CursorLabel({
}}
>
<div
className="elipsis"
style={{ whiteSpace: "nowrap", fontSize: "16px" }}
className="ellipsis"
style={{ whiteSpace: "nowrap", fontSize: "16px", maxWidth: "250px" }}
>
{name}
</div>
Expand Down

0 comments on commit 0712d6d

Please sign in to comment.