aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLefteris Psitopoulos <[email protected]>2018-03-15 21:20:03 +0200
committerMark Otto <[email protected]>2018-07-15 14:06:33 -0700
commit9bfd40052730c97f9f61da4558b3f9c3e38a540e (patch)
treec175c13a684343e8ea9327842fb11eb407991258
parentf426a67394010b5cc0235c845b744e2711f81e59 (diff)
downloadbootstrap-9bfd40052730c97f9f61da4558b3f9c3e38a540e.tar.xz
bootstrap-9bfd40052730c97f9f61da4558b3f9c3e38a540e.zip
#25842 Remove max-width from table class
-rw-r--r--scss/_tables.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index b32732f23..5fa6a8662 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -4,7 +4,6 @@
.table {
width: 100%;
- max-width: 100%;
margin-bottom: $spacer;
background-color: $table-bg; // Reset for nesting within parents with `background-color`.