Skip to content
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

Remove min-width from .card component? #27095

Closed
sts-ryan-holton opened this issue Aug 19, 2018 · 1 comment
Closed

Remove min-width from .card component? #27095

sts-ryan-holton opened this issue Aug 19, 2018 · 1 comment

Comments

@sts-ryan-holton
Copy link
Contributor

Just browsing through the Bootstrap docs and wondered what the purpose of adding min-width: 0 to a .card would be? I've tried disabling it in the dev tools of Google Chome on Windows and it doesn't appear to break anything. What's the purpose of this and is it technically needed?

.card {
    ...
    min-width: 0;
    ...
}

I'd class this as a feature rather than bug as it isn't broken.

@MartijnCuppens
Copy link
Member

MartijnCuppens commented Aug 19, 2018

Hi @sts-ryan-holton ,

See #22740 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants