You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?I'd class this as a feature rather than bug as it isn't broken.
The text was updated successfully, but these errors were encountered: