aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora-moses <[email protected]>2015-10-07 03:04:20 +0300
committera-moses <[email protected]>2015-10-07 03:04:20 +0300
commitd22c0176a9b7614fce9abf3aceff2dea1e9ecbc7 (patch)
treeac08525181c995ac913d766aad170628d534b8d9
parent2db8b5f36d7517a43dd462c65dcabf26df859456 (diff)
downloadbootstrap-d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7.tar.xz
bootstrap-d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7.zip
IE 9 not supported list v4 flexbox
add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802
-rw-r--r--docs/getting-started/browsers-devices.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 0f98f0678..bcaf57c3e 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -131,6 +131,10 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p
<th scope="row"><code>placeholder</code></th>
<td class="text-danger">Not supported</td>
</tr>
+ <tr>
+ <th scope="row"><code>flexbox</code></th>
+ <td class="text-danger">Not supported</td>
+ </tr>
</tbody>
</table>
</div>