tablelandnetwork / studio

Discover, design, deploy, and manage data driven web3 apps on Tableland.
https://studio.tableland.xyz
4 stars 1 forks source link

(web) fix error message overflow issue in deploy modal #175

Closed joewagner closed 9 months ago

joewagner commented 9 months ago

fixes: https://linear.app/tableland/issue/STU-215/deploy-modal-overflow-issue

See the above linear issue for an example of the broken layout that occurs when a transaction is rejected.

To see the new behavior:

linear[bot] commented 9 months ago
STU-215 Deploy modal overflow issue

The modal used to deploy tables allows text to overflow incorrectly [Screen Shot 2023-12-15 at 4.42.08 PM.png](https://uploads.linear.app/7cdacd8f-77a8-43b0-862f-4037553d10bb/de5c5aee-a2cb-4fbb-9f89-fe5aa30d514b/8cffe802-3565-456d-9137-a91403c072a1) The reproduce: * use Chrome * start to deploy a table * reject the wallet prompt

railway-app[bot] commented 9 months ago

This PR was not deployed automatically as @joewagner does not have access to the Railway project.

In order to get automatic PR deploys, please add @joewagner to your team on Railway.

joewagner commented 9 months ago

@asutula good call removing the extra div. I think I had added it before I found the final fix. This is ready for another review