Commit 85cde774 authored by Mark Otto's avatar Mark Otto
Browse files

remove max-width: 100%; from table and place it on .table

parent aee18bcc
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 7 additions and 7 deletions
+7 -7
......@@ -890,7 +890,7 @@ th {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
......@@ -2038,7 +2038,6 @@ pre code {
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
......@@ -2046,6 +2045,7 @@ th {
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1717,7 +1717,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$body
.find(this.selector)
.filter(':visible')
.map(function () {
var $el = $(this)
var href = $el.data('target') || $el.attr('href')
......
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -15,6 +15,7 @@ th {
.table {
width: 100%;
max-width: 100%;
margin-bottom: @line-height-computed;
// Cells
> thead,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment