Increase min width of dropdown menu

Summary

The current min-width of the dropdown menu is small, thats why the 2nd+ level menus look small. Change the min-width and the arrow position too.

Possible fixes

.dropdown-menu{
  min-width: 250px;

  &:before{
    left: 200px
  }
}

Attachments

Screenshot_2020-01-30_at_18.02.49

Edited by Konstantinos Platis