-
Notifications
You must be signed in to change notification settings - Fork 5k
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 connect long URL styling #8719
Conversation
width: 100%; | ||
text-overflow: ellipsis; | ||
overflow: hidden; | ||
direction: rtl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hah, I was about to comment on this! You beat me to it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, I was like, "DAMN IT DAMN IT DAMN IT PUSH PUSH PUSH" 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Builds ready [05f088c]
Page Load Metrics (629 ± 42 ms)
|
Long URLs were overflowing on the connected sites page.
Before
After