-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add left and right padding to active cell border #7566
Comments
Thanks @andrii-i for the suggestion 👍 This sounds good. If you would like to open a PR that would be great, thanks! |
Feedback during the call: overall sounds good, important to test on WCAG reflow requirements for low width / high zoom viewport https://www.w3.org/WAI/WCAG21/Understanding/reflow.html
|
|
Problem
Active cell border does not have left and right padding. As a result, when viewport is narrow active cell border is not displayed on left and right.
Notebook (wide viewport):
Notebook (narrow viewport):
Proposed Solution
Add left and right padding to active cell border similar to JupyterLab. As an added bonus, this would make design language used in lab and notebook more consistent.
JupyterLab:
The text was updated successfully, but these errors were encountered: