Skip to content

Add small device support when using Bootstrap 4

Compare
Choose a tag to compare
@mikejacobson mikejacobson released this 25 Oct 13:36
· 27 commits to master since this release

For viewports <1024px wide, Boostrap 4 sets flex-direction to
column for .navbar-nav, which caused the tabs inside the scroller
to disappear. This change forces flex-direction to remain row.