diff options
| author | Mark Otto <[email protected]> | 2014-06-08 16:54:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 16:54:05 -0700 |
| commit | 85cde774b9c8a6970d9e29fc0458c53d09b628a1 (patch) | |
| tree | bcc2da474067b3358907dc4c9791a80121eede08 /less | |
| parent | aee18bcc4aab7d8e16e7ec7a89051622919bb616 (diff) | |
| download | bootstrap-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.less | 1 |
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, |
