aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-09 16:03:41 -0800
committerChris Rebert <[email protected]>2015-12-09 16:03:41 -0800
commite941bbe3afd78bd87867ad8c041addb0bfe5fd45 (patch)
tree26ca4c3d2473b3700aa0a6164e71a7fbbc1cc008 /docs
parentddba80595280740b043606464dc36006f059c28c (diff)
parentd5b57c3c4d69dc9afd2036d9d4c0e10e52121391 (diff)
downloadbootstrap-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.yml10
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.