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

Fixing the Python benchmark graph Layout #4174

Merged

Conversation

Cvr421
Copy link
Contributor

@Cvr421 Cvr421 commented Mar 18, 2024

The layout of the python benchmark graph is not properly align. It is overflowing to the other component.
Fixing issue #4170

Issue
image

Expected Behavior
Screenshot from 2024-03-18 15-01-34

@Cvr421 Cvr421 requested review from a team March 18, 2024 09:37
@Cvr421
Copy link
Contributor Author

Cvr421 commented Mar 18, 2024

Hello @cartermp @chalin please review this PR and let me know your thoughts . Thanks
https://deploy-preview-4174--opentelemetry.netlify.app/

svrnm
svrnm previously requested changes Mar 19, 2024
Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

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

Thanks, I left a comment, please take a look.

Comment on lines 10 to 15
@media (min-width: 100px) {
h3{
font-size: 0.9rem;
font-weight: bold;
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Can you make the css specific to the benchmark pages so it is not affecting any other page?

If I understand Problem and solution correctly the titles are too long non-breaking words? Is there a way to force breaking them or change the word breaking behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@svrnm i Have made the changes requested by you please review .

@cartermp cartermp dismissed svrnm’s stale review March 25, 2024 12:13

addressed (and severin's on vacation)

@cartermp cartermp merged commit 6b1bb08 into open-telemetry:main Mar 25, 2024
14 checks passed
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.

4 participants