We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The disposition change in the web page.
Build with 2.77.0 docfx
Same site with 2.78.1
The text was updated successfully, but these errors were encountered:
I'm also confirmed. It can reproduce problems with project that is created by docfx init --yes command.
docfx init --yes
It seems docfx.scss override setting is not applied on v2.78.1. And bootstrap default styles are used.
v2.78.1
1.Excerpt of docfx.min.css(docfx 2.77.0) max-width value is overridden to 1768px
docfx.min.css
max-width
1768px
@media (min-width: 1400px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1768px } }
2.Excerpt of docfx.min.css(docfx 2.78.1) Bootstrap 5.3.3 default setting is used.
@media (min-width: 576px) { .container-sm, .container { max-width: 540px } } @media (min-width: 768px) { .container-md, .container-sm, .container { max-width: 720px } } @media (min-width: 992px) { .container-lg, .container-md, .container-sm, .container { max-width: 960px } } @media (min-width: 1200px) { .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px } } @media (min-width: 1400px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1320px } }
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The disposition change in the web page.
Build with 2.77.0 docfx
Same site with 2.78.1
The text was updated successfully, but these errors were encountered: