-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix template css issues #35296
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 template css issues #35296
Conversation
(otherwise they don't do anything)
(otherwise they don't do anything)
javiercn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rendered all the CSS in my head and it looks great!
|
/cc: @HaoK |
|
Thanks for addressing these @SteveSandersonMS ! Do you think any of these would also be useful for the other templates or are the padding/spacing in mvc/blazorserver completely different? |
This PR does update the Blazor Server template too. As for MVC, I didn't find any cases where it was using |
|
Hello @SteveSandersonMS! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Fixes some CSS issues I noticed since the Bootstrap 5 update. It's things to do with margins/padding (Bootstrap has changed the utility class names), link underlining, and handling text that's too wide for the screen.