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(site): #1076 expand the docusaurus container content to give the sandboxes more space #1077

Merged
merged 6 commits into from
Nov 8, 2022

Conversation

julianna-ciq
Copy link
Contributor

Addressing #1076

By default, docusaurus has a set maximum width for the main content on each page. That maximum width was too narrow for a sandbox to comfortably display on a maximized screen. I updated the custom.css to increase the max-width of the container.

Also, I updated the pnpm-lock.yaml file, since master is currently failing due to an out-of-date -lock.
Also, I updated test:lint tp use double quotes, rather than single quotes. My Win10 machine couldn't handle the single quotes. (Reference)

@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2022

Codecov Report

Merging #1077 (7d479c8) into master (0164af9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1077   +/-   ##
=======================================
  Coverage   87.17%   87.17%           
=======================================
  Files           4        4           
  Lines          78       78           
  Branches       18       18           
=======================================
  Hits           68       68           
  Misses          9        9           
  Partials        1        1           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@dangreen dangreen left a comment

Choose a reason for hiding this comment

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

Thank you for PR! Please fix CI issues.

website/src/css/custom.css Outdated Show resolved Hide resolved
julianna-ciq and others added 2 commits November 6, 2022 17:09
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
website/src/css/custom.css Outdated Show resolved Hide resolved
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
@dangreen dangreen merged commit b512e8d into reactchartjs:master Nov 8, 2022
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.

None yet

3 participants