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 font size of the execute time element #103

Merged
merged 4 commits into from
Nov 1, 2023
Merged

Conversation

divyansshhh
Copy link
Contributor

This issue arose due to jupyterlab removing dependence on blueprintjs which was setting the font size to 14px. After removing blueprintjs, the new font size was being set to 80% of --jp-ui-font-size1 whose value is 13px (jupyterlab/jupyterlab#12331)

I have reset the font size to the previous value to fix the readability issue.

@divyansshhh divyansshhh requested a review from mlucool October 30, 2023 09:50
Copy link
Member

@mlucool mlucool left a comment

Choose a reason for hiding this comment

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

Please update changelog

style/base.css Outdated Show resolved Hide resolved
@divyansshhh divyansshhh merged commit 0f407a0 into master Nov 1, 2023
1 check passed
@divyansshhh divyansshhh deleted the chore/fix-font-size branch November 1, 2023 06:53
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