Skip to content

Commit

Permalink
πŸš€ [QA] Update release environment (#730)
Browse files Browse the repository at this point in the history
This is a pull request that upon merging will update production
environment with recent `stage-live` changes.
The environment that will be updated:
* Production: https://taho-development.netlify.app/ (aka
https://app.taho.xyz/)

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 46c046f + 0712d6d commit 3a49dbf
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 3a49dbf

Please sign in to comment.