aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-08 16:54:05 -0700
committerMark Otto <[email protected]>2014-06-08 16:54:05 -0700
commit85cde774b9c8a6970d9e29fc0458c53d09b628a1 (patch)
treebcc2da474067b3358907dc4c9791a80121eede08 /less
parentaee18bcc4aab7d8e16e7ec7a89051622919bb616 (diff)
downloadbootstrap-85cde774b9c8a6970d9e29fc0458c53d09b628a1.tar.xz
bootstrap-85cde774b9c8a6970d9e29fc0458c53d09b628a1.zip
remove max-width: 100%; from table and place it on .table
Diffstat (limited to 'less')
-rw-r--r--less/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index ca91630ce..ebb83a6ab 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -15,6 +15,7 @@ th {
.table {
width: 100%;
+ max-width: 100%;
margin-bottom: @line-height-computed;
// Cells
> thead,