diff options
| author | Lefteris Psitopoulos <[email protected]> | 2018-03-15 21:20:03 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-15 14:06:33 -0700 |
| commit | 9bfd40052730c97f9f61da4558b3f9c3e38a540e (patch) | |
| tree | c175c13a684343e8ea9327842fb11eb407991258 | |
| parent | f426a67394010b5cc0235c845b744e2711f81e59 (diff) | |
| download | bootstrap-9bfd40052730c97f9f61da4558b3f9c3e38a540e.tar.xz bootstrap-9bfd40052730c97f9f61da4558b3f9c3e38a540e.zip | |
#25842 Remove max-width from table class
| -rw-r--r-- | scss/_tables.scss | 1 |
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`. |
