diff options
| author | Chris Rebert <[email protected]> | 2015-12-09 16:03:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-09 16:03:41 -0800 |
| commit | e941bbe3afd78bd87867ad8c041addb0bfe5fd45 (patch) | |
| tree | 26ca4c3d2473b3700aa0a6164e71a7fbbc1cc008 /docs | |
| parent | ddba80595280740b043606464dc36006f059c28c (diff) | |
| parent | d5b57c3c4d69dc9afd2036d9d4c0e10e52121391 (diff) | |
| download | bootstrap-e941bbe3afd78bd87867ad8c041addb0bfe5fd45.tar.xz bootstrap-e941bbe3afd78bd87867ad8c041addb0bfe5fd45.zip | |
Merge pull request #18514 from twbs/edge-bug-2110930
Add Wall of Browser Bugs entry for #18504
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index d8bd36696..8308c0289 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -30,6 +30,16 @@ - browser: > + Internet Explorer 11 & Microsoft Edge + summary: > + `background` of `<tr>` is only applied to first child cell instead of all cells in the row + upstream_bug: > + IE#2110930 + origin: > + Bootstrap#18504 + +- + browser: > Firefox summary: > `.table-bordered` with an empty `<tbody>` is missing borders. |
