mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fixes #4824: scope table grid sizes to .table instead of table
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ table [class*=span],
|
||||
}
|
||||
|
||||
// Change the column widths to account for td/th padding
|
||||
table {
|
||||
.table {
|
||||
.span1 { .tableColumns(1); }
|
||||
.span2 { .tableColumns(2); }
|
||||
.span3 { .tableColumns(3); }
|
||||
|
||||
Reference in New Issue
Block a user