-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Blazor Template Site CSS Breaks Bootstrap Tabs #11267
Comments
Thanks for contacting us, @xJonathanLEI. |
Sure. Just did ;) |
@mkArtakMSFT I'm giving this to @SteveSandersonMS as he did the layout for those templates and has a better handle than me regarding how they are supposed to work, and potentially the only work here is to validate and merge the PR. |
Note to self: when fixing this, also consider #14463 |
Will be fixed by #14463 when that's merged. |
Done in #14463 |
Describe the bug
The following lines from
site.css
breaks Bootstrap tabs:Bootstrap tabs are broken as shown in the following screenshot:
To Reproduce
Steps to reproduce the behavior:
Create a client-side Blazor project with
dotnet new blazor
Replace the body element in
wwwroot/index.html
with the following:Run the project
See error
Expected behavior
The tabs should have looked like this:
Solution
Simply changed the aforementioned CSS lines to the following:
The problem goes away ;)
Additional context
.NET Core SDK Version: 3.0.100-preview6-012264
The text was updated successfully, but these errors were encountered: