mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fix .table-responsive media query; refs #11067
This commit is contained in:
Vendored
+1
-1
@@ -1757,7 +1757,7 @@ table th[class*="col-"] {
|
||||
border-color: #f7e1b5;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 767px) {
|
||||
.table-responsive {
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
|
||||
Reference in New Issue
Block a user