Sidebar menus overflow in small resolutions

Summary

In small resolutions, the navbar menus in sidebars overflow.

Possible fixes


.sidebar-right, .sidebar-left{
  .navbar-nav{
    float: none;
    
    a{
      white-space: normal;
    }
  }  
}

Attachments

Screenshot_2020-01-27_at_09.51.35

Edited by Konstantinos Platis