Skip to content

feat(explorer): fix align content in transaction page - #300

Open
Juligs wants to merge 2 commits into
developfrom
chore/align-content-in-transaction-page
Open

feat(explorer): fix align content in transaction page#300
Juligs wants to merge 2 commits into
developfrom
chore/align-content-in-transaction-page

Conversation

@Juligs

@Juligs Juligs commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

fixes #277

@Juligs
Juligs requested a review from a team as a code owner August 5, 2026 13:00
@github-actions
github-actions Bot temporarily deployed to Preview – explorer August 5, 2026 13:01 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – wallet-dashboard August 5, 2026 13:01 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – evm-bridge August 5, 2026 13:01 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – names-dapp August 5, 2026 13:01 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – ui-kit August 5, 2026 13:01 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – explorer August 5, 2026 13:06 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – ui-kit August 5, 2026 13:06 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – evm-bridge August 5, 2026 13:06 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – names-dapp August 5, 2026 13:06 Inactive
@github-actions
github-actions Bot temporarily deployed to Preview – wallet-dashboard August 5, 2026 13:06 Inactive
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: a9df4cf
✅ Preview: https://iota-evm-bridge-4jc4i8i7x-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/iota-evm-bridge/Hz7EAi8CascEMUae2KHgSmrFbfLs

View Workflow Logs

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: a9df4cf
✅ Preview: https://apps-ui-lxa4yr2vp-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/apps-ui-kit/J1PdqNsReNscYyWaf3kSkPn3cb4U

View Workflow Logs

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: a9df4cf
✅ Preview: https://rebased-explorer-3hsyte6jh-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/rebased-explorer/3fwLCRt63aFzVhJBsoiWW75ZTSZ8

View Workflow Logs

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: a9df4cf
✅ Preview: https://iota-names-gg25bq99u-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/iota-names/6S4qag62bqr7fE47Rdd3SJnhSMD1

View Workflow Logs

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: a9df4cf
✅ Preview: https://wallet-dashboard-2vi7r0o18-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/wallet-dashboard/BUaLyx5bPnVe5uXSTiCKd7fLUrxW

View Workflow Logs

@evavirseda evavirseda left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two nits 🙏

>
{keyIcon}
<span className="key-value-key-text-color break-normal text-body-md">
<span className="key-value-key-text-color min-w-0 break-normal break-words text-body-md">

@evavirseda evavirseda Aug 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

break-normal break-words 🙈 🧹

<div
className={cx('flex shrink-0 flex-row items-center gap-x-0.5', {
'w-1/4': !fullwidth,
className={cx('flex min-w-0 shrink-0 flex-row items-center gap-x-0.5', {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we dont need both 🤔 min-w-0 shrink-0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Align headings and dropdown in transaction page

2 participants