Navs not wrapping?
Created by: ysds
v3 navs are wrapped and them can multiple lines. But v4 navs overflow horizontal. https://jsfiddle.net/hf89Lpyj/2/
I think navs should are wrapped.
.nav {
flex-wrap: wrap;
}
Created by: ysds
v3 navs are wrapped and them can multiple lines. But v4 navs overflow horizontal. https://jsfiddle.net/hf89Lpyj/2/
I think navs should are wrapped.
.nav {
flex-wrap: wrap;
}