-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
examples: fix .btn-block
instances
#32177
Conversation
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.
This fixes missed cases, however re-reading the initial PR, using .w-100
as a simple replacement for .btn-block
isn't mentionned in our docs nor in our migration guide.
Shouldn't it be?
I guess it could, not sure why @mdo didn't mention it, but he might have just missed it :) |
BTW not sure if |
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.
Hadn't mentioned .w-100
because most of the situations I was thinking about were for multiple stacked buttons. Feel free to add something to the Migration docs for our last release.
I'm unsure how to reword the current text, so please have a look @mdo in another PR or push it here :) |
Regression of #31995