diff options
| author | Chris Rebert <[email protected]> | 2016-01-18 03:43:54 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-18 03:43:54 -0800 |
| commit | 3ab7f6310f7f33d20da3b551d5f3ad7b66a30760 (patch) | |
| tree | ee753ed0f0bbf6bd06439fb9caf4f33626152c8e /docs/_data | |
| parent | 42c1e523026dc046fe3da02f83562a263f16e800 (diff) | |
| parent | 08a2ceff6e17e058836293b2232fb0d108c88f4e (diff) | |
| download | bootstrap-3ab7f6310f7f33d20da3b551d5f3ad7b66a30760.tar.xz bootstrap-3ab7f6310f7f33d20da3b551d5f3ad7b66a30760.zip | |
Merge pull request #18930 from twbs/edge-bug-2256049
Add Wall of Browser Bugs entry for #18543
Diffstat (limited to 'docs/_data')
| -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 ab8d621a8..7007c203e 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -40,6 +40,16 @@ - browser: > + Internet Explorer 11 & Microsoft Edge + summary: > + `@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide + upstream_bug: > + IE#2256049 + origin: > + Bootstrap#18543 + +- + browser: > Firefox summary: > `.table-bordered` with an empty `<tbody>` is missing borders. |
