-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixing the Python benchmark graph Layout #4174
Conversation
Signed-off-by: Cvr421 <[email protected]>
Hello @cartermp @chalin please review this PR and let me know your thoughts . Thanks |
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.
Thanks, I left a comment, please take a look.
@media (min-width: 100px) { | ||
h3{ | ||
font-size: 0.9rem; | ||
font-weight: bold; | ||
} | ||
} |
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.
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?
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.
@svrnm i Have made the changes requested by you please review .
The layout of the python benchmark graph is not properly align. It is overflowing to the other component.
Fixing issue #4170
Issue
![image](https://private-user-images.githubusercontent.com/82499697/313621024-e96208f0-c93d-46d2-8e03-dfb4b675f45d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDQyNzYsIm5iZiI6MTczODk0Mzk3NiwicGF0aCI6Ii84MjQ5OTY5Ny8zMTM2MjEwMjQtZTk2MjA4ZjAtYzkzZC00NmQyLThlMDMtZGZiNGI2NzVmNDVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE1NTkzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwMmM5OGVkZjRmNjkxNGE2M2ZjOGZlODQ1MzIxMjY4NmMyYmVjYjdjNDgyN2U0YTQ2ZTBjOWMxMjRhMDJkMWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rqV3r8ZkIS_0xLmvPPwTsTQLT6GwLlmiWP6f1J94urY)
Expected Behavior
![Screenshot from 2024-03-18 15-01-34](https://private-user-images.githubusercontent.com/82499697/313621842-39dba556-2713-449c-9e6e-2f4f03cf876e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDQyNzYsIm5iZiI6MTczODk0Mzk3NiwicGF0aCI6Ii84MjQ5OTY5Ny8zMTM2MjE4NDItMzlkYmE1NTYtMjcxMy00NDljLTllNmUtMmY0ZjAzY2Y4NzZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE1NTkzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNmZDRkMjc4MGY5NTcxMjZkYTRiNzg3MmFjYTU0MzFiNzJlNmI4YzNmZjg1YTFjNTMxYzZmYjE2YWE2M2QxZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1l9KbrKZXtiDrAsGnEGsow5RVGjGsSMgh1h3w6B76cQ)