mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
Add maximum bounds variables for so our responsive utilities don't overlap
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -5341,7 +5341,7 @@ a.list-group-item.active > .badge,
|
||||
display: inherit !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 992px) {
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.visible-phone {
|
||||
display: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user