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
.hidden-sm does not work with .nav-justified > li, since the former sets display: block !important and the latter sets display: table-cell. Would be useful if these worked together.
The text was updated successfully, but these errors were encountered:
.hidden-sm
does not work with.nav-justified > li
, since the former setsdisplay: block !important
and the latter setsdisplay: table-cell
. Would be useful if these worked together.The text was updated successfully, but these errors were encountered: