Skip to content

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

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

feat(explorer): fix align content in transaction page#300
Juligs wants to merge 4 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

@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

@github-actions

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: 588d103
✅ Preview: https://apps-ui-lku37jraw-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/apps-ui-kit/DvwjXfJ4PrJVX4tV6hcPn5o68LFv

View Workflow Logs

@github-actions

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: 588d103
✅ Preview: https://iota-evm-bridge-l06ofxfec-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/iota-evm-bridge/HcCha7gJcuarJG2i7joeA8RFQjmi

View Workflow Logs

@github-actions

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: 588d103
✅ Preview: https://rebased-explorer-f12bxuxly-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/rebased-explorer/2YKyK6GJhvao6AcFSsu5o1JiWaRg

View Workflow Logs

@github-actions

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: 588d103
✅ Preview: https://iota-names-ncxfp30qy-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/iota-names/CXt2wGPjaBadHzNGyDxEkBeTzckp

View Workflow Logs

@github-actions

Copy link
Copy Markdown

This pull request has been deployed to Vercel.

Latest commit: 588d103
✅ Preview: https://wallet-dashboard-had8bjmlu-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/wallet-dashboard/54yauR73Uaf4Je4CZEs9YgBBp9NL

View Workflow Logs

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