You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*! * IE10 viewport hack for Surface/desktop Windows 8 bug * Copyright 2014-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */// See the Getting Started docs for more information:// http://getbootstrap.com/getting-started/#support-ie10-width(function(){'use strict';varmsViewportStyle=null;if(navigator.userAgent.match(/IEMobile\/10\.0/)){msViewportStyle=document.createElement('style');msViewportStyle.appendChild(document.createTextNode('@-ms-viewport{width:auto!important}'));document.getElementsByTagName('head')[0].appendChild(msViewportStyle);}})();
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Justified navbar missing rules [v4]
Justified navbar missing classes [v4]
Jun 3, 2016
I see, the justified classes have been removed in v4 without any explanation. What's the reason to add the v4 example page when those classes have been removed, do you have any plans to bring them back or they're completely gone ?
The issue - https://v4-alpha.getbootstrap.com/examples/justified-nav/
Expected result
The classes that fixed the issue:
Slightly modified ie10-viewport-bug-workaround.js
The text was updated successfully, but these errors were encountered: