Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Limit status column to 150px #38

Open
wants to merge 4 commits into
base: feat-ccip-landing-token
Choose a base branch
from

Conversation

markshenouda
Copy link
Member

IMPORTANT: Please do not create a Pull Request without creating an issue first.Any change needs to be discussed before proceeding.

Closing issues

closes #ISSUE_NUMBER_GOES_HERE

...

Description

...

Changes

  • High level
  • changes that
  • you made
  • ...

@markshenouda markshenouda self-assigned this Oct 25, 2024
@@ -18,6 +18,10 @@
width: 200px;
}

.ccip-table .ccip-table__status-column {
width: 150px;

Choose a reason for hiding this comment

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

Reduce to 140px so it aligns with the size that Nav wanted please.

.ccip-table .ccip-table__status-column {
width: 150px;
}

Choose a reason for hiding this comment

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

Need to fix responsiveness. I think you should set the width just for large screen 70em or more..

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants