-
Notifications
You must be signed in to change notification settings - Fork 869
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
[Bug] Template modern #10411
Comments
I'm also confirmed. It can reproduce problems with project that is created by It seems docfx.scss override setting is not applied on 1.Excerpt of @media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1768px
}
} 2.Excerpt of @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
}
} |
@JM2K69 |
It work's on 2.78.2. I close the issue. |
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: