diff options
| author | Chris Rebert <[email protected]> | 2014-10-28 23:22:46 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-28 23:22:46 -0700 |
| commit | 0a56bf7bf2e6696ea38aaf8c5310a87c883e4a66 (patch) | |
| tree | 064d16db8a5bcac3a2c79c1f828f6fe7f2b098fe /docs | |
| parent | a75c6d84e102598ed39f7926a8e1cb4d3f6e487d (diff) | |
| parent | 3fe6a04b903cae7592c26b6bb766c0714b991c0e (diff) | |
| download | bootstrap-0a56bf7bf2e6696ea38aaf8c5310a87c883e4a66.tar.xz bootstrap-0a56bf7bf2e6696ea38aaf8c5310a87c883e4a66.zip | |
Merge pull request #14907 from twbs/justified-nav-wall
Add WebKit bug for #9774 to Wall of Browser Bugs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/browser-bugs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 0ac8871c4..1369d713e 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -109,8 +109,8 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." </tr> <tr> <td>Safari</td> - <td>Justified nav rendering bug</td> - <td>(No public bug tracker)</td> + <td><code>display: table-cell;</code> within media query renders incorrectly when resizing the window</td> + <td><a href="https://bugs.webkit.org/show_bug.cgi?id=138167">WebKit bug #138167</a></td> <td><a href="https://github.com/twbs/bootstrap/issues/9774">#9774</a></td> </tr> <tr> |
