1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

fix .table-responsive media query; refs #11067

This commit is contained in:
Chris Rebert
2013-10-14 10:58:12 -07:00
parent 70278a4e4f
commit 5c64ef393c
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long